mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 14:15:38 +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
|
# 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
|
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 \
|
util-linux \
|
||||||
uuid-runtime \
|
uuid-runtime \
|
||||||
wget \
|
wget \
|
||||||
zip && \
|
zip
|
||||||
wget -nv --random-wait -c -P /usr/bin ${P4_DOWNLOAD_URL} && \
|
|
||||||
|
##################################################################
|
||||||
|
# Install p4client
|
||||||
|
##################################################################
|
||||||
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user