Skip to content

Commit

Permalink
update aws-cli version and use apk command to install docker
Browse files Browse the repository at this point in the history
  • Loading branch information
terencet committed Jul 23, 2018
1 parent d2f28ba commit 768adec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM microsoft/dotnet:2.1-sdk-alpine

# Versions: https://pypi.python.org/pypi/awscli#downloads
ENV AWS_CLI_VERSION 1.15.47
ENV AWS_CLI_VERSION 1.15.63

ENV DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
ENV DOTNET_CLI_TELEMETRY_OPTOUT=1
Expand All @@ -11,4 +11,4 @@ RUN apk --no-cache update && \
pip --no-cache-dir install awscli==${AWS_CLI_VERSION} && \
rm -rf /var/cache/apk/*

RUN wget https://get.docker.com/builds/Linux/x86_64/docker-17.03.1-ce.tgz && tar --strip-components=1 -xvzf docker-17.03.1-ce.tgz -C /usr/local/bin
RUN apk add --no-cache docker

0 comments on commit 768adec

Please sign in to comment.