Skip to content

Commit 9d67a73

Browse files
authored
Merge pull request #143 from mboersma/fix-azcopy
chore(rootfs/Dockerfile): clean up azcopy package after installing
2 parents 9ca7abd + af01590 commit 9d67a73

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ RUN \
6969
&& curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh \
7070
&& wget https://packages.microsoft.com/repos/microsoft-ubuntu-xenial-prod/pool/main/a/azcopy/azcopy_7.2.0-netcore_ubuntu16.04_x64.deb \
7171
&& 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 \
7273
&& apt-get update && apt-get -f -y install \
7374
&& curl -fsSLO https://get.docker.com/builds/Linux/x86_64/docker-17.05.0-ce.tgz \
7475
&& tar xzvf docker-17.05.0-ce.tgz -C /usr/local/bin \

0 commit comments

Comments
 (0)