Skip to content

Commit 0cfcf07

Browse files
authored
Merge pull request #300 from fabianfett/ff-add-unzip-for-swiftpm
Add `unzip` to 5.6 toolchain images
2 parents e18674d + 2e21bbc commit 0cfcf07

File tree

11 files changed

+11
-0
lines changed

11 files changed

+11
-0
lines changed

5.6/amazonlinux/2/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN yum -y install \
66
binutils \
77
gcc \
88
git \
9+
unzip \
910
glibc-static \
1011
gzip \
1112
libbsd \

5.6/centos/7/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN yum install shadow-utils.x86_64 -y \
66
binutils \
77
gcc \
88
git \
9+
unzip \
910
glibc-static \
1011
libbsd-devel \
1112
libcurl-devel \

5.6/ubuntu/18.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
1717
libpython3.6 \
1818
tzdata \
1919
git \
20+
unzip \
2021
pkg-config \
2122
&& rm -r /var/lib/apt/lists/*
2223

5.6/ubuntu/20.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
66
apt-get -q install -y \
77
binutils \
88
git \
9+
unzip \
910
gnupg2 \
1011
libc6-dev \
1112
libcurl4-openssl-dev \

nightly-5.6/centos/8/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ RUN yum install --enablerepo=powertools -y \
88
binutils \
99
gcc \
1010
git \
11+
unzip \
1112
glibc-static \
1213
libbsd-devel \
1314
libcurl-devel \

nightly-5.6/centos/8/buildx/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ RUN yum install --enablerepo=powertools -y \
88
binutils \
99
gcc \
1010
git \
11+
unzip \
1112
glibc-static \
1213
libbsd-devel \
1314
libcurl-devel \

nightly-main/amazonlinux/2/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN yum -y install \
66
binutils \
77
gcc \
88
git \
9+
unzip \
910
glibc-static \
1011
gzip \
1112
libbsd \

nightly-main/amazonlinux/2/buildx/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN yum -y install \
66
binutils \
77
gcc \
88
git \
9+
unzip \
910
glibc-static \
1011
gzip \
1112
libbsd \

nightly-main/ubuntu/18.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
66
apt-get -q install -y \
77
binutils \
88
git \
9+
unzip \
910
libc6-dev \
1011
libcurl4-openssl-dev \
1112
libedit2 \

nightly-main/ubuntu/20.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
66
apt-get -q install -y \
77
binutils \
88
git \
9+
unzip \
910
gnupg2 \
1011
libc6-dev \
1112
libcurl4-openssl-dev \

0 commit comments

Comments
 (0)