backport fixes

This commit is contained in:
STAM 2023-07-25 22:37:41 +03:00
commit d46a2a1c8c
Signed by: stam
GPG Key ID: 4F57E51F9C45F8CD
3 changed files with 3 additions and 3 deletions

View File

@ -132,7 +132,7 @@ RUN wget -c https://cli.github.com/packages/githubcli-archive-keyring.gpg -O /et
##################################################################
# Install p4client
##################################################################
RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue -P /usr/bin ${P4_DOWNLOAD_URL} && \
RUN curl --insecure -o /usr/bin/p4 ${P4_DOWNLOAD_URL} && \
chmod +x /usr/bin/p4
##################################################################

View File

@ -152,7 +152,7 @@ RUN wget -c https://cli.github.com/packages/githubcli-archive-keyring.gpg -O /et
##################################################################
# Install p4client
##################################################################
RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue -P /usr/bin ${P4_DOWNLOAD_URL} && \
RUN curl --insecure -o /usr/bin/p4 ${P4_DOWNLOAD_URL} && \
chmod +x /usr/bin/p4
##################################################################

View File

@ -167,7 +167,7 @@ RUN wget -c https://cli.github.com/packages/githubcli-archive-keyring.gpg -O /et
##################################################################
# Install p4client
##################################################################
RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue -P /usr/bin ${P4_DOWNLOAD_URL} && \
RUN curl --insecure -o /usr/bin/p4 ${P4_DOWNLOAD_URL} && \
chmod +x /usr/bin/p4
##################################################################