Skip to content

Commit bd278f3

Browse files
author
CecileRobertMichon
committed
add azcopy
1 parent dfe4aa7 commit bd278f3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

rootfs/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ RUN \
1919
apt-get update && \
2020
apt-get upgrade -y --no-install-recommends && \
2121
apt-get install -y --no-install-recommends \
22-
azcopy \
2322
bash \
2423
build-essential \
2524
ca-certificates \
@@ -61,6 +60,9 @@ RUN \
6160
| tar -vxz -C /usr/local/bin --strip=1 \
6261
&& mkdir -p /go/bin \
6362
&& curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh \
63+
&& wget https://packages.microsoft.com/repos/microsoft-ubuntu-xenial-prod/pool/main/a/azcopy/azcopy_7.2.0-netcore_ubuntu16.04_x64.deb \
64+
&& dpkg -i azcopy_7.2.0-netcore_ubuntu16.04_x64.deb || echo "missing dependencies" \
65+
&& apt-get update && apt-get -f -y install \
6466
&& curl -fsSLO https://get.docker.com/builds/Linux/x86_64/docker-17.05.0-ce.tgz \
6567
&& tar xzvf docker-17.05.0-ce.tgz -C /usr/local/bin \
6668
&& chmod +x -R /usr/local/bin/docker \

0 commit comments

Comments
 (0)