Skip to content

Commit

Permalink
Merge pull request #3 from Flo5k5/chore/update-apk
Browse files Browse the repository at this point in the history
chore: add zip package to docker image
  • Loading branch information
bobey authored Mar 24, 2022
2 parents c6054ad + 67cf8f6 commit 1bd35e3
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:20.10-dind

RUN apk add --update alpine-sdk
RUN apk add --update bash python3 python3-dev py-pip libffi-dev build-base openssl-dev openssh jq rsync gcc libc-dev make gettext rust cargo make
RUN apk add --update bash python3 python3-dev py-pip libffi-dev build-base openssl-dev openssh jq rsync gcc libc-dev make gettext rust cargo make zip npm
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 1bd35e3

Please sign in to comment.