Commit 9e45600 1 parent 2c7c336 commit 9e45600 Copy full SHA for 9e45600
File tree 4 files changed +20
-4
lines changed
4 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,11 @@ ENV SUPERVISOR_PHP_USER="sail"
15
15
16
16
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
17
17
18
- RUN apt-get update \
18
+ RUN echo "Acquire::http::Pipeline-Depth 0;" > /etc/apt/apt.conf.d/99custom && \
19
+ echo "Acquire::http::No-Cache true;" >> /etc/apt/apt.conf.d/99custom && \
20
+ echo "Acquire::BrokenProxy true;" >> /etc/apt/apt.conf.d/99custom
21
+
22
+ RUN apt-get update && apt-get upgrade -y \
19
23
&& mkdir -p /etc/apt/keyrings \
20
24
&& apt-get install -y gnupg gosu curl ca-certificates zip unzip git supervisor sqlite3 libcap2-bin libpng-dev python2 dnsutils librsvg2-bin fswatch ffmpeg nano \
21
25
&& curl -sS 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x14aa40ec0831756756d7f66c4f4ea0aae5267a6c' | gpg --dearmor | tee /usr/share/keyrings/ppa_ondrej_php.gpg > /dev/null \
Original file line number Diff line number Diff line change @@ -15,7 +15,11 @@ ENV SUPERVISOR_PHP_USER="sail"
15
15
16
16
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
17
17
18
- RUN apt-get update \
18
+ RUN echo "Acquire::http::Pipeline-Depth 0;" > /etc/apt/apt.conf.d/99custom && \
19
+ echo "Acquire::http::No-Cache true;" >> /etc/apt/apt.conf.d/99custom && \
20
+ echo "Acquire::BrokenProxy true;" >> /etc/apt/apt.conf.d/99custom
21
+
22
+ RUN apt-get update && apt-get upgrade -y \
19
23
&& mkdir -p /etc/apt/keyrings \
20
24
&& apt-get install -y gnupg gosu curl ca-certificates zip unzip git supervisor sqlite3 libcap2-bin libpng-dev python2 dnsutils librsvg2-bin fswatch ffmpeg nano \
21
25
&& curl -sS 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x14aa40ec0831756756d7f66c4f4ea0aae5267a6c' | gpg --dearmor | tee /usr/share/keyrings/ppa_ondrej_php.gpg > /dev/null \
Original file line number Diff line number Diff line change @@ -15,7 +15,11 @@ ENV SUPERVISOR_PHP_USER="sail"
15
15
16
16
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
17
17
18
- RUN apt-get update \
18
+ RUN echo "Acquire::http::Pipeline-Depth 0;" > /etc/apt/apt.conf.d/99custom && \
19
+ echo "Acquire::http::No-Cache true;" >> /etc/apt/apt.conf.d/99custom && \
20
+ echo "Acquire::BrokenProxy true;" >> /etc/apt/apt.conf.d/99custom
21
+
22
+ RUN apt-get update && apt-get upgrade -y \
19
23
&& mkdir -p /etc/apt/keyrings \
20
24
&& apt-get install -y gnupg gosu curl ca-certificates zip unzip git supervisor sqlite3 libcap2-bin libpng-dev python2 dnsutils librsvg2-bin fswatch ffmpeg nano \
21
25
&& curl -sS 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x14aa40ec0831756756d7f66c4f4ea0aae5267a6c' | gpg --dearmor | tee /etc/apt/keyrings/ppa_ondrej_php.gpg > /dev/null \
Original file line number Diff line number Diff line change @@ -16,7 +16,11 @@ ENV SUPERVISOR_PHP_USER="sail"
16
16
17
17
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
18
18
19
- RUN apt-get update \
19
+ RUN echo "Acquire::http::Pipeline-Depth 0;" > /etc/apt/apt.conf.d/99custom && \
20
+ echo "Acquire::http::No-Cache true;" >> /etc/apt/apt.conf.d/99custom && \
21
+ echo "Acquire::BrokenProxy true;" >> /etc/apt/apt.conf.d/99custom
22
+
23
+ RUN apt-get update && apt-get upgrade -y \
20
24
&& mkdir -p /etc/apt/keyrings \
21
25
&& apt-get install -y gnupg gosu curl ca-certificates zip unzip git supervisor sqlite3 libcap2-bin libpng-dev python2 dnsutils librsvg2-bin fswatch ffmpeg nano \
22
26
&& curl -sS 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x14aa40ec0831756756d7f66c4f4ea0aae5267a6c' | gpg --dearmor | tee /etc/apt/keyrings/ppa_ondrej_php.gpg > /dev/null \
You can’t perform that action at this time.
0 commit comments