P4_DOWNLOAD_URL

This commit is contained in:
STAM 2023-06-07 20:03:13 +03:00
parent a842eb7029
commit 9a7cf4c8b9
Signed by: stam
GPG Key ID: 4F57E51F9C45F8CD

View File

@ -5,8 +5,8 @@ ARG DEBIAN_FRONTEND=noninteractive
################################################################## ##################################################################
# perforce client binary # perforce client binary
################################################################## ##################################################################
ARG P4_VERSION=r22.1 #ARG P4_VERSION=r22.1
ARG P4_DOWNLOAD_URL=http://filehost.perforce.com/perforce/${P4_VERSION}/bin.linux26x86_64/p4 #ARG P4_DOWNLOAD_URL=http://filehost.perforce.com/perforce/${P4_VERSION}/bin.linux26x86_64/p4
################################################################## ##################################################################
# update lists # update lists
@ -114,8 +114,8 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
################################################################## ##################################################################
# Install p4client # Install p4client
################################################################## ##################################################################
RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue -P /usr/bin ${P4_DOWNLOAD_URL} && \ #RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue -P /usr/bin ${P4_DOWNLOAD_URL} && \
chmod +x /usr/bin/p4 # chmod +x /usr/bin/p4
################################################################## ##################################################################
# Generate ssl key # Generate ssl key