File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 \
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 \
You can’t perform that action at this time.
0 commit comments