Skip to content

Commit

Permalink
Update docker-compose install
Browse files Browse the repository at this point in the history
  • Loading branch information
tejerka committed Aug 30, 2019
1 parent 70b0cbc commit b1744cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM docker:stable-dind

RUN apk add --update alpine-sdk
RUN apk add --update bash python python-dev py-pip build-base openssh jq rsync gettext
RUN apk add --update bash python python-dev py-pip libffi-dev build-base openssl-dev openssh jq rsync gcc libc-dev make gettext
RUN apk add -U --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing aufs-util
RUN pip install docker-compose
RUN pip install awscli
Expand Down

0 comments on commit b1744cc

Please sign in to comment.