mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-24 20:48:18 +03:00
wget2
This commit is contained in:
parent
f87792242f
commit
5f2b1aafd0
@ -88,6 +88,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
|
||||
unrar \
|
||||
xz-utils \
|
||||
wget \
|
||||
wget2 \
|
||||
aptitude \
|
||||
sudo \
|
||||
logrotate \
|
||||
@ -132,7 +133,7 @@ RUN wget -c https://cli.github.com/packages/githubcli-archive-keyring.gpg -O /et
|
||||
##################################################################
|
||||
# Install p4client
|
||||
##################################################################
|
||||
RUN wget --secure-protocol=TLSv1 --no-check-certificate -nv --random-wait --retry-connrefused --continue -P /usr/bin ${P4_DOWNLOAD_URL} && \
|
||||
RUN wget2 --no-check-certificate -nv --random-wait --retry-connrefused --continue -P /usr/bin ${P4_DOWNLOAD_URL} && \
|
||||
chmod +x /usr/bin/p4
|
||||
|
||||
##################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user