We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca7abd commit af01590Copy full SHA for af01590
1 file changed
rootfs/Dockerfile
@@ -69,6 +69,7 @@ RUN \
69
&& curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh \
70
&& wget https://packages.microsoft.com/repos/microsoft-ubuntu-xenial-prod/pool/main/a/azcopy/azcopy_7.2.0-netcore_ubuntu16.04_x64.deb \
71
&& dpkg -i azcopy_7.2.0-netcore_ubuntu16.04_x64.deb || echo "missing dependencies" \
72
+ && rm -f azcopy_7.2.0-netcore_ubuntu16.04_x64.deb \
73
&& apt-get update && apt-get -f -y install \
74
&& curl -fsSLO https://get.docker.com/builds/Linux/x86_64/docker-17.05.0-ce.tgz \
75
&& tar xzvf docker-17.05.0-ce.tgz -C /usr/local/bin \
0 commit comments