mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-07-30 09:01:39 +03:00
[fix] wget timings
This commit is contained in:
parent
e0d0216e9b
commit
155b68d859
@ -32,12 +32,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -32,12 +32,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -32,12 +32,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -32,12 +32,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -32,12 +32,12 @@ EXPOSE 8091
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -32,11 +32,11 @@ EXPOSE 8091
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
|
@ -32,12 +32,12 @@ EXPOSE 8091
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -32,12 +32,12 @@ EXPOSE 8091
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -32,12 +32,12 @@ EXPOSE 8091
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -32,12 +32,12 @@ EXPOSE 8091
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -32,12 +32,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -31,12 +31,12 @@ ENV CROWD_DB ${CROWD_INSTALL_DIR}/databas
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -31,12 +31,12 @@ EXPOSE 8060
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -31,12 +31,12 @@ EXPOSE 8060
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -31,12 +31,12 @@ EXPOSE 8060
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -31,12 +31,12 @@ EXPOSE 8060
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -31,12 +31,12 @@ EXPOSE 8060
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -31,12 +31,12 @@ EXPOSE 8080
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -31,12 +31,12 @@ EXPOSE 8080
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -31,12 +31,12 @@ EXPOSE 8080
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -31,12 +31,12 @@ EXPOSE 8080
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -31,12 +31,12 @@ EXPOSE 8080
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -31,12 +31,12 @@ EXPOSE 8080
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -31,12 +31,12 @@ EXPOSE 8080
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion70.zip \
|
||||
|
@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion71.zip \
|
||||
|
@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \
|
||||
|
@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion72.zip \
|
||||
|
@ -34,12 +34,12 @@ RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O ${TESTRAIL_RELEASE_DIR}/testrail-${TESTRAIL_VERSION}-ion81.zip \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
@ -33,12 +33,12 @@ EXPOSE 7999
|
||||
RUN wget -c \
|
||||
--user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0" \
|
||||
--no-check-certificate \
|
||||
--tries=5 \
|
||||
--timeout=30 \
|
||||
--waitretry=5 \
|
||||
--retry-connrefused \
|
||||
--dns-timeout=10 \
|
||||
--read-timeout=20 \
|
||||
--tries=15 \
|
||||
--timeout=30 \
|
||||
--waitretry=15 \
|
||||
--dns-timeout=30 \
|
||||
--read-timeout=30 \
|
||||
--progress=dot:giga \
|
||||
--no-clobber \
|
||||
-O /tmp/$(basename "${DOWNLOAD_URL}") \
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user