Skip to content

Commit

Permalink
added packages apt-utils ca-certificates
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Rajpratik71 committed Jun 13, 2020
1 parent 5dbb6d1 commit 9b9dd10
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion 3.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL Description="Docker Container for the Apple's Swift programming language"

# Install related packages and set LLVM 3.8 as the compiler
RUN apt-get -q update && \
apt-get --no-install-recommends -q install -y \
apt-get --no-install-recommends install -y apt-utils ca-certificates \
make \
libc6-dev \
clang-3.8 \
Expand Down
2 changes: 1 addition & 1 deletion 4.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL Description="Docker Container for the Apple's Swift programming language"

# Install related packages and set LLVM 3.8 as the compiler
RUN apt-get -q update && \
apt-get --no-install-recommends -q install -y \
apt-get --no-install-recommends install -y apt-utils ca-certificates \
make \
libc6-dev \
clang-3.8 \
Expand Down
2 changes: 1 addition & 1 deletion 4.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL Description="Docker Container for the Apple's Swift programming language"

# Install related packages and set LLVM 3.8 as the compiler
RUN apt-get -q update && \
apt-get --no-install-recommends -q install -y \
apt-get --no-install-recommends install -y apt-utils ca-certificates \
make \
libc6-dev \
clang-3.8 \
Expand Down
2 changes: 1 addition & 1 deletion 4.2/ubuntu/16.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL Description="Docker Container for the Swift programming language"

# Install related packages and set LLVM 3.8 as the compiler
RUN apt-get -q update && \
apt-get --no-install-recommends -q install -y \
apt-get --no-install-recommends install -y apt-utils ca-certificates \
make \
libc6-dev \
clang-3.8 \
Expand Down
2 changes: 1 addition & 1 deletion 4.2/ubuntu/18.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL Description="Docker Container for the Swift programming language"

# Install related packages and set LLVM 3.9 as the compiler
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
apt-get --no-install-recommends -q install -y \
apt-get --no-install-recommends install -y apt-utils ca-certificates \
make \
libc6-dev \
clang-3.9 \
Expand Down
2 changes: 1 addition & 1 deletion 5.0/ubuntu/16.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LABEL maintainer="Swift Infrastructure <[email protected]>"
LABEL Description="Docker Container for the Swift programming language"

RUN apt-get -q update && \
apt-get --no-install-recommends -q install -y \
apt-get --no-install-recommends install -y apt-utils ca-certificates \
libatomic1 \
libbsd0 \
libcurl3 \
Expand Down
2 changes: 1 addition & 1 deletion 5.0/ubuntu/16.04/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LABEL maintainer="Swift Infrastructure <[email protected]>"
LABEL Description="Docker Container for the Swift programming language"

RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
apt-get --no-install-recommends -q install -y \
apt-get --no-install-recommends install -y apt-utils ca-certificates \
libatomic1 \
libbsd0 \
libcurl3 \
Expand Down
2 changes: 1 addition & 1 deletion 5.0/ubuntu/18.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LABEL maintainer="Swift Infrastructure <[email protected]>"
LABEL Description="Docker Container for the Swift programming language"

RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
apt-get --no-install-recommends -q install -y \
apt-get --no-install-recommends install -y apt-utils ca-certificates \
libatomic1 \
libbsd0 \
libcurl4 \
Expand Down
2 changes: 1 addition & 1 deletion 5.0/ubuntu/18.04/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LABEL maintainer="Swift Infrastructure <[email protected]>"
LABEL Description="Docker Container for the Swift programming language"

RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
apt-get --no-install-recommends -q install -y \
apt-get --no-install-recommends install -y apt-utils ca-certificates \
libatomic1 \
libbsd0 \
libcurl4 \
Expand Down
2 changes: 1 addition & 1 deletion 5.1/ubuntu/16.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LABEL maintainer="Swift Infrastructure <[email protected]>"
LABEL Description="Docker Container for the Swift programming language"

RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
apt-get --no-install-recommends -q install -y \
apt-get --no-install-recommends install -y apt-utils ca-certificates \
libatomic1 \
libcurl3 \
libxml2 \
Expand Down
2 changes: 1 addition & 1 deletion 5.1/ubuntu/16.04/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LABEL maintainer="Swift Infrastructure <[email protected]>"
LABEL Description="Docker Container for the Swift programming language"

RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
apt-get --no-install-recommends -q install -y \
apt-get --no-install-recommends install -y apt-utils ca-certificates \
libatomic1 \
libcurl3 \
libxml2 \
Expand Down
2 changes: 1 addition & 1 deletion 5.1/ubuntu/18.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LABEL maintainer="Swift Infrastructure <[email protected]>"
LABEL Description="Docker Container for the Swift programming language"

RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
apt-get --no-install-recommends -q install -y \
apt-get --no-install-recommends install -y apt-utils ca-certificates \
libatomic1 \
libcurl4 \
libxml2 \
Expand Down
2 changes: 1 addition & 1 deletion 5.1/ubuntu/18.04/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LABEL maintainer="Swift Infrastructure <[email protected]>"
LABEL Description="Docker Container for the Swift programming language"

RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
apt-get --no-install-recommends -q install -y \
apt-get --no-install-recommends install -y apt-utils ca-certificates \
libatomic1 \
libcurl4 \
libxml2 \
Expand Down
2 changes: 1 addition & 1 deletion nightly-5.2/ubuntu/16.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LABEL maintainer="Swift Infrastructure <[email protected]>"
LABEL description="Docker Container for the Swift programming language"

RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
apt-get --no-install-recommends -q install -y \
apt-get --no-install-recommends install -y apt-utils ca-certificates \
libatomic1 \
libcurl3 \
libxml2 \
Expand Down
2 changes: 1 addition & 1 deletion nightly-5.2/ubuntu/16.04/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LABEL maintainer="Swift Infrastructure <[email protected]>"
LABEL description="Docker Container for the Swift programming language"

RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
apt-get --no-install-recommends -q install -y \
apt-get --no-install-recommends install -y apt-utils ca-certificates \
libatomic1 \
libcurl3 \
libxml2 \
Expand Down
2 changes: 1 addition & 1 deletion nightly-5.2/ubuntu/18.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LABEL maintainer="Swift Infrastructure <[email protected]>"
LABEL description="Docker Container for the Swift programming language"

RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
apt-get --no-install-recommends -q install -y \
apt-get --no-install-recommends install -y apt-utils ca-certificates \
libatomic1 \
libcurl4 \
libxml2 \
Expand Down
2 changes: 1 addition & 1 deletion nightly-5.2/ubuntu/18.04/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LABEL maintainer="Swift Infrastructure <[email protected]>"
LABEL description="Docker Container for the Swift programming language"

RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
apt-get --no-install-recommends -q install -y \
apt-get --no-install-recommends install -y apt-utils ca-certificates \
libatomic1 \
libcurl4 \
libxml2 \
Expand Down
2 changes: 1 addition & 1 deletion nightly-master/ubuntu/16.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LABEL maintainer="Swift Infrastructure <[email protected]>"
LABEL description="Docker Container for the Swift programming language"

RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
apt-get --no-install-recommends -q install -y \
apt-get --no-install-recommends install -y apt-utils ca-certificates \
binutils \
git \
libc6-dev \
Expand Down
2 changes: 1 addition & 1 deletion nightly-master/ubuntu/16.04/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LABEL maintainer="Swift Infrastructure <[email protected]>"
LABEL description="Docker Container for the Swift programming language"

RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
apt-get --no-install-recommends -q install -y \
apt-get --no-install-recommends install -y apt-utils ca-certificates \
libcurl3 \
libxml2 \
tzdata \
Expand Down
2 changes: 1 addition & 1 deletion nightly-master/ubuntu/18.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LABEL maintainer="Swift Infrastructure <[email protected]>"
LABEL description="Docker Container for the Swift programming language"

RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
apt-get --no-install-recommends -q install -y \
apt-get --no-install-recommends install -y apt-utils ca-certificates \
binutils \
git \
libc6-dev \
Expand Down
2 changes: 1 addition & 1 deletion nightly-master/ubuntu/18.04/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LABEL maintainer="Swift Infrastructure <[email protected]>"
LABEL description="Docker Container for the Swift programming language"

RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
apt-get --no-install-recommends -q install -y \
apt-get --no-install-recommends install -y apt-utils ca-certificates \
libcurl4 \
libxml2 \
tzdata \
Expand Down

0 comments on commit 9b9dd10

Please sign in to comment.