Browse Source

new: added ``jq`` to binaries in docker image

checking
Valentin Lab 5 years ago
parent
commit
dcffc921e1
  1. 3
      Dockerfile

3
Dockerfile

@ -102,6 +102,9 @@ RUN apk add openssl
## requiring ``htpasswd`` command for BCrypt encryption
RUN apk add apache2-utils
## requiring ``jq`` command for json querying/modifying in charms
RUN apk add jq
## install compose
COPY ./bin/ /usr/local/bin/

Loading…
Cancel
Save