File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM ubuntu:16.04
2
2
LABEL maintainer=
"Swift Infrastructure <[email protected] >"
3
3
LABEL Description="Docker Container for the Swift programming language"
4
4
5
- RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && \
5
+ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
6
6
apt-get -q install -y \
7
7
libatomic1 \
8
8
libcurl3 \
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM ubuntu:16.04
2
2
LABEL maintainer=
"Swift Infrastructure <[email protected] >"
3
3
LABEL Description="Docker Container for the Swift programming language"
4
4
5
- RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && \
5
+ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
6
6
apt-get -q install -y \
7
7
libatomic1 \
8
8
libcurl3 \
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM ubuntu:18.04
2
2
LABEL maintainer=
"Swift Infrastructure <[email protected] >"
3
3
LABEL Description="Docker Container for the Swift programming language"
4
4
5
- RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && \
5
+ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
6
6
apt-get -q install -y \
7
7
libatomic1 \
8
8
libcurl4 \
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM ubuntu:18.04
2
2
LABEL maintainer=
"Swift Infrastructure <[email protected] >"
3
3
LABEL Description="Docker Container for the Swift programming language"
4
4
5
- RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && \
5
+ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
6
6
apt-get -q install -y \
7
7
libatomic1 \
8
8
libcurl4 \
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM ubuntu:20.04
2
2
LABEL maintainer=
"Swift Infrastructure <[email protected] >"
3
3
LABEL description="Docker Container for the Swift programming language"
4
4
5
- RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && \
5
+ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
6
6
apt-get -q install -y \
7
7
binutils \
8
8
git \
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM ubuntu:20.04
2
2
LABEL maintainer=
"Swift Infrastructure <[email protected] >"
3
3
LABEL description="Docker Container for the Swift programming language"
4
4
5
- RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && \
5
+ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
6
6
apt-get -q install -y \
7
7
libcurl4 \
8
8
libxml2 \
You can’t perform that action at this time.
0 commit comments