We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c163de4 commit db1637aCopy full SHA for db1637a
Dockerfile
@@ -46,8 +46,8 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
46
export TZ=Etc/UTC && \
47
export LC_ALL=C.UTF-8 && \
48
sudo -E apt-add-repository "ppa:longsleep/golang-backports" && \
49
- apt-get -qq update && \
50
- apt-get -qqy install --no-install-recommends golang-go && \
+ apt-get -qq update --option Acquire::Retries=100 --option Acquire::http::Timeout="60" && \
+ apt-get -qqy install --option Acquire::Retries=100 --option Acquire::http::Timeout="60" --no-install-recommends golang-go && \
51
rm -rf /var/lib/apt/lists/*
52
53
COPY ./etc/docker_entry.sh /root/docker_entry.sh
0 commit comments