This commit is contained in:
Anatolii Zimovskii 2022-05-09 23:34:23 +03:00
parent 444463fb81
commit 03f4062f55
Signed by: stam
GPG Key ID: AA3A575AB99E8469

View File

@ -12,7 +12,7 @@ COPY locale.gen /etc/locale.gen
##################################################################
# perforce client binary
##################################################################
ARG P4_VERSION=r20.1
ARG P4_VERSION=r21.2
ARG P4_DOWNLOAD_URL=http://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64/p4
##################################################################
@ -64,6 +64,10 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
util-linux \
uuid-runtime \
wget \
zip && \
wget -nv --random-wait -c -P /usr/bin ${P4_DOWNLOAD_URL} && \
zip
##################################################################
# Install p4client
##################################################################
RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue -P /usr/bin ${P4_DOWNLOAD_URL} && \
chmod +x /usr/bin/p4