Skip to content

Commit

Permalink
[fix] libssl 1.0.0 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jkmart committed Feb 15, 2018
1 parent 00e7aa7 commit f61df45
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
Expand Up @@ -4,8 +4,8 @@ ENV AWS_CLI_VERSION 1.11.131

WORKDIR /usr/src/app

RUN echo "deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ wheezy main" | \
tee /etc/apt/sources.list.d/azure-cli.list && \
RUN export AZ_REPO=$(lsb_release -cs) && \
echo "deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ $AZ_REPO main" | tee /etc/apt/sources.list.d/azure-cli.list && \
apt-key adv --keyserver packages.microsoft.com --recv-keys 52E16F86FEE04B979B07E28DB02C46DF417A0893 && \
apt-get install apt-transport-https && \
apt-get update && apt-get install -y \
Expand Down

0 comments on commit f61df45

Please sign in to comment.