Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/maven/fixes/8.1' into maven/rele…
Browse files Browse the repository at this point in the history
…ase/8.1
  • Loading branch information
metaventis-build committed Nov 16, 2024
2 parents aa253a1 + 46270bb commit 1e9183f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ FROM ${docker.from.tomcat}

USER root

RUN echo '\
Acquire::Retries "100";\
Acquire::https::Timeout "180";\
Acquire::http::Timeout "180";\
' > /etc/apt/apt.conf.d/99custom

RUN set -eux \
&& apt-get update -y \
&& apt-get install -y --no-install-recommends \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ FROM ${docker.from.tomcat}

USER root

RUN echo '\
Acquire::Retries "100";\
Acquire::https::Timeout "180";\
Acquire::http::Timeout "180";\
' > /etc/apt/apt.conf.d/99custom

RUN set -eux \
&& apt-get update -y \
&& apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 1e9183f

Please sign in to comment.