Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 0b5876c

Browse files
committed
Fixed link to binary #2673
1 parent 4a6afd6 commit 0b5876c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tools/az/Dockerfile.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ ARG name
1212
ARG version
1313
RUN <<EOF
1414
pipx install "azure-cli==${version}"
15+
ln --symbolic --relative --force "${prefix}${target}/libexec/pipx/venvs/gsutil/bin/az" "${prefix}${target}/bin/az"
1516
EOF

tools/gsutil/Dockerfile.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ ARG name
1212
ARG version
1313
RUN <<EOF
1414
pipx install "gsutil==${version}"
15+
ln --symbolic --relative --force "${prefix}${target}/libexec/pipx/venvs/gsutil/bin/gsutil" "${prefix}${target}/bin/gsutil"
1516
EOF

0 commit comments

Comments
 (0)