p4 binary fix

This commit is contained in:
STAM 2020-03-06 00:19:10 +03:00
parent c7eebfedbd
commit 1bf67dd57d

View File

@ -72,6 +72,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
wget \
zip && \
wget -nv --random-wait -c -P /usr/bin ${P4_DOWNLOAD_URL} && \
chmod +x /usr/bin/p4 && \
openssl dhparam -out /etc/ssl/dhparam.pem 4096
##################################################################