mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-24 13:45:32 +03:00
tc
This commit is contained in:
parent
444463fb81
commit
03f4062f55
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user