Skip to content

Commit

Permalink
add git to the list of essential tools
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikborkowski committed Mar 18, 2020
1 parent 16b400c commit 2231e2d
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
Expand Up @@ -39,7 +39,7 @@ COPY --from=build_glibc_bins \
RUN apk --no-cache --upgrade --virtual=build_environment add \
gcc python3-dev musl-dev libffi-dev openssl-dev && \
apk --no-cache --upgrade --virtual=random_tools add \
curl rsync jq python3 gomplate &&\
curl git rsync jq python3 gomplate &&\
pip3 --no-cache-dir install --upgrade awscli aws-sam-cli && \
apk --no-cache del build_environment && \
rm -rf /var/cache/apk/* && \
Expand Down

0 comments on commit 2231e2d

Please sign in to comment.