This commit is contained in:
STAM 2023-07-25 22:35:40 +03:00
parent 43f7ac280b
commit 42be64fb5a
Signed by: stam
GPG Key ID: 4F57E51F9C45F8CD
2 changed files with 2 additions and 2 deletions

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
##################################################################