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