Skip to content

Commit

Permalink
Merge apt-get lines
Browse files Browse the repository at this point in the history
  • Loading branch information
c-w committed Jul 30, 2018
1 parent 59d3f49 commit 994aab3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project-fortis-backup/docker/Dockerfile
Expand Up @@ -11,10 +11,9 @@ RUN apt-get update && \
ln -s /opt/${CASSANDRA_ARTIFACT} ${CASSANDRA_HOME}

RUN apt-get -qq update && \
apt-get -qq install -y libssl-dev libffi-dev python-dev curl && \
apt-get -qq install -y libssl-dev libffi-dev python-dev curl apt-transport-https && \
echo "deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ xenial main" | tee /etc/apt/sources.list.d/azure-cli.list && \
curl -L https://packages.microsoft.com/keys/microsoft.asc | apt-key add - && \
apt-get -qq install -y apt-transport-https && \
apt-get -qq update && \
apt-get -qq install -y azure-cli

Expand Down

0 comments on commit 994aab3

Please sign in to comment.