-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
1 parent
5dbb6d1
commit 9b9dd10
Showing
21 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 \ | ||
|