Skip to content

Commit 9b9dd10

Browse files
committed
added packages apt-utils ca-certificates
Because build is 1. Slow because "apt-utils" not installed 2. to avoid build to exits with error without having certificate in wget , curl or even git clone Signed-off-by: Pratik Raj <[email protected]>
1 parent 5dbb6d1 commit 9b9dd10

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

3.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL Description="Docker Container for the Apple's Swift programming language"
44

55
# Install related packages and set LLVM 3.8 as the compiler
66
RUN apt-get -q update && \
7-
apt-get --no-install-recommends -q install -y \
7+
apt-get --no-install-recommends install -y apt-utils ca-certificates \
88
make \
99
libc6-dev \
1010
clang-3.8 \

4.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL Description="Docker Container for the Apple's Swift programming language"
44

55
# Install related packages and set LLVM 3.8 as the compiler
66
RUN apt-get -q update && \
7-
apt-get --no-install-recommends -q install -y \
7+
apt-get --no-install-recommends install -y apt-utils ca-certificates \
88
make \
99
libc6-dev \
1010
clang-3.8 \

4.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL Description="Docker Container for the Apple's Swift programming language"
44

55
# Install related packages and set LLVM 3.8 as the compiler
66
RUN apt-get -q update && \
7-
apt-get --no-install-recommends -q install -y \
7+
apt-get --no-install-recommends install -y apt-utils ca-certificates \
88
make \
99
libc6-dev \
1010
clang-3.8 \

4.2/ubuntu/16.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL Description="Docker Container for the Swift programming language"
44

55
# Install related packages and set LLVM 3.8 as the compiler
66
RUN apt-get -q update && \
7-
apt-get --no-install-recommends -q install -y \
7+
apt-get --no-install-recommends install -y apt-utils ca-certificates \
88
make \
99
libc6-dev \
1010
clang-3.8 \

4.2/ubuntu/18.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL Description="Docker Container for the Swift programming language"
44

55
# Install related packages and set LLVM 3.9 as the compiler
66
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
7-
apt-get --no-install-recommends -q install -y \
7+
apt-get --no-install-recommends install -y apt-utils ca-certificates \
88
make \
99
libc6-dev \
1010
clang-3.9 \

5.0/ubuntu/16.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LABEL maintainer="Swift Infrastructure <[email protected]>"
33
LABEL Description="Docker Container for the Swift programming language"
44

55
RUN apt-get -q update && \
6-
apt-get --no-install-recommends -q install -y \
6+
apt-get --no-install-recommends install -y apt-utils ca-certificates \
77
libatomic1 \
88
libbsd0 \
99
libcurl3 \

5.0/ubuntu/16.04/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LABEL maintainer="Swift Infrastructure <[email protected]>"
33
LABEL Description="Docker Container for the Swift programming language"
44

55
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
6-
apt-get --no-install-recommends -q install -y \
6+
apt-get --no-install-recommends install -y apt-utils ca-certificates \
77
libatomic1 \
88
libbsd0 \
99
libcurl3 \

5.0/ubuntu/18.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LABEL maintainer="Swift Infrastructure <[email protected]>"
33
LABEL Description="Docker Container for the Swift programming language"
44

55
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
6-
apt-get --no-install-recommends -q install -y \
6+
apt-get --no-install-recommends install -y apt-utils ca-certificates \
77
libatomic1 \
88
libbsd0 \
99
libcurl4 \

5.0/ubuntu/18.04/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LABEL maintainer="Swift Infrastructure <[email protected]>"
33
LABEL Description="Docker Container for the Swift programming language"
44

55
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
6-
apt-get --no-install-recommends -q install -y \
6+
apt-get --no-install-recommends install -y apt-utils ca-certificates \
77
libatomic1 \
88
libbsd0 \
99
libcurl4 \

5.1/ubuntu/16.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LABEL maintainer="Swift Infrastructure <[email protected]>"
33
LABEL Description="Docker Container for the Swift programming language"
44

55
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
6-
apt-get --no-install-recommends -q install -y \
6+
apt-get --no-install-recommends install -y apt-utils ca-certificates \
77
libatomic1 \
88
libcurl3 \
99
libxml2 \

5.1/ubuntu/16.04/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LABEL maintainer="Swift Infrastructure <[email protected]>"
33
LABEL Description="Docker Container for the Swift programming language"
44

55
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
6-
apt-get --no-install-recommends -q install -y \
6+
apt-get --no-install-recommends install -y apt-utils ca-certificates \
77
libatomic1 \
88
libcurl3 \
99
libxml2 \

5.1/ubuntu/18.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LABEL maintainer="Swift Infrastructure <[email protected]>"
33
LABEL Description="Docker Container for the Swift programming language"
44

55
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
6-
apt-get --no-install-recommends -q install -y \
6+
apt-get --no-install-recommends install -y apt-utils ca-certificates \
77
libatomic1 \
88
libcurl4 \
99
libxml2 \

5.1/ubuntu/18.04/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LABEL maintainer="Swift Infrastructure <[email protected]>"
33
LABEL Description="Docker Container for the Swift programming language"
44

55
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
6-
apt-get --no-install-recommends -q install -y \
6+
apt-get --no-install-recommends install -y apt-utils ca-certificates \
77
libatomic1 \
88
libcurl4 \
99
libxml2 \

nightly-5.2/ubuntu/16.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LABEL maintainer="Swift Infrastructure <[email protected]>"
33
LABEL description="Docker Container for the Swift programming language"
44

55
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
6-
apt-get --no-install-recommends -q install -y \
6+
apt-get --no-install-recommends install -y apt-utils ca-certificates \
77
libatomic1 \
88
libcurl3 \
99
libxml2 \

nightly-5.2/ubuntu/16.04/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LABEL maintainer="Swift Infrastructure <[email protected]>"
33
LABEL description="Docker Container for the Swift programming language"
44

55
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
6-
apt-get --no-install-recommends -q install -y \
6+
apt-get --no-install-recommends install -y apt-utils ca-certificates \
77
libatomic1 \
88
libcurl3 \
99
libxml2 \

nightly-5.2/ubuntu/18.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LABEL maintainer="Swift Infrastructure <[email protected]>"
33
LABEL description="Docker Container for the Swift programming language"
44

55
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
6-
apt-get --no-install-recommends -q install -y \
6+
apt-get --no-install-recommends install -y apt-utils ca-certificates \
77
libatomic1 \
88
libcurl4 \
99
libxml2 \

nightly-5.2/ubuntu/18.04/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LABEL maintainer="Swift Infrastructure <[email protected]>"
33
LABEL description="Docker Container for the Swift programming language"
44

55
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
6-
apt-get --no-install-recommends -q install -y \
6+
apt-get --no-install-recommends install -y apt-utils ca-certificates \
77
libatomic1 \
88
libcurl4 \
99
libxml2 \

nightly-master/ubuntu/16.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LABEL maintainer="Swift Infrastructure <[email protected]>"
33
LABEL description="Docker Container for the Swift programming language"
44

55
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
6-
apt-get --no-install-recommends -q install -y \
6+
apt-get --no-install-recommends install -y apt-utils ca-certificates \
77
binutils \
88
git \
99
libc6-dev \

nightly-master/ubuntu/16.04/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LABEL maintainer="Swift Infrastructure <[email protected]>"
33
LABEL description="Docker Container for the Swift programming language"
44

55
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
6-
apt-get --no-install-recommends -q install -y \
6+
apt-get --no-install-recommends install -y apt-utils ca-certificates \
77
libcurl3 \
88
libxml2 \
99
tzdata \

nightly-master/ubuntu/18.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LABEL maintainer="Swift Infrastructure <[email protected]>"
33
LABEL description="Docker Container for the Swift programming language"
44

55
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
6-
apt-get --no-install-recommends -q install -y \
6+
apt-get --no-install-recommends install -y apt-utils ca-certificates \
77
binutils \
88
git \
99
libc6-dev \

nightly-master/ubuntu/18.04/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LABEL maintainer="Swift Infrastructure <[email protected]>"
33
LABEL description="Docker Container for the Swift programming language"
44

55
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
6-
apt-get --no-install-recommends -q install -y \
6+
apt-get --no-install-recommends install -y apt-utils ca-certificates \
77
libcurl4 \
88
libxml2 \
99
tzdata \

0 commit comments

Comments
 (0)