File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ RUN apt update \
25
25
26
26
# install aznfs
27
27
ARG aznfsVer=2.0.11
28
+ ARG aznfsTarPkgName=aznfs-${aznfsVer}-1.x86_64
28
29
RUN if [ "$ARCH" = "arm64" ]; then \
29
- curl -Ls https://github.com/Azure/AZNFS-mount/releases/download/${aznfsVer}/aznfs-${aznfsVer}-1.arm64.tar.gz | tar xvzf - -C / --keep-directory-symlink; \
30
- else \
31
- curl -Ls https://github.com/Azure/AZNFS-mount/releases/download/${aznfsVer}/aznfs-${aznfsVer}-1.x86_64.tar.gz | tar xvzf - -C / --keep-directory-symlink; \
30
+ aznfsTarPkgName=aznfs-${aznfsVer}-1.arm64; \
32
31
fi
32
+ RUN curl -Ls https://github.com/Azure/AZNFS-mount/releases/download/${aznfsVer}/${aznfsTarPkgName}.tar.gz | tar xvzf - -C / --keep-directory-symlink;
33
33
34
34
# install azcopy
35
35
RUN curl -Ls https://azcopyvnext-awgzd8g7aagqhzhe.b02.azurefd.net/releases/release-10.28.1-20250326/azcopy_linux_${ARCH}_10.28.1.tar.gz \
You can’t perform that action at this time.
0 commit comments