Skip to content

Commit

Permalink
quick try without azcopy --version
Browse files Browse the repository at this point in the history
  • Loading branch information
mauwii committed Dec 11, 2023
1 parent ad79eba commit 9e75ef3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions linux/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,9 @@ RUN [ "${TARGETARCH:-}" != "" ] || (echo "missing build-arg TARGETARCH" && exit
&& curl -sSL "https://aka.ms/downloadazcopy-v10-linux${azcopy_arch:+-$azcopy_arch}" -o /tmp/azcopy.tar.gz \
&& tar -xzf /tmp/azcopy.tar.gz --strip-components=1 -C /tmp \
&& chmod +x /tmp/azcopy \
&& mv /tmp/azcopy "${PATH_LOCAL_BINS}/azcopy" \
&& azcopy --version
&& mv /tmp/azcopy "${PATH_LOCAL_BINS}/azcopy"
# \
# && azcopy --version

ARG FROM_VERSION
FROM buildpack-deps:${FROM_VERSION} as git-lfs
Expand Down

0 comments on commit 9e75ef3

Please sign in to comment.