Browse Source

new: added ``curl`` in base image.

Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
master
Valentin Lab 4 years ago
parent
commit
f6abe575db
  1. 3
      Dockerfile

3
Dockerfile

@ -122,6 +122,9 @@ RUN apk add acl
## required by git through ssh (for host-resources for instance)
RUN apk add openssh-client
## handy in some charms to poke at some services
RUN apk add curl
## install compose
COPY ./bin/ /usr/local/bin/

Loading…
Cancel
Save