Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c609a15

Browse files
authoredSep 12, 2022
Merge pull request swiftlang#311 from apple/5.7-add-unzip
Add unzip to nightly 5.7 Dockerfile
2 parents cb63381 + 4008fff commit c609a15

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed
 

‎nightly-5.7/amazonlinux/2/Dockerfile

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

‎nightly-5.7/amazonlinux/2/buildx/Dockerfile

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

‎nightly-5.7/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 \

‎nightly-5.7/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-5.7/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.7/ubuntu/20.04/buildx/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 \

‎nightly-5.7/ubuntu/22.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.7/ubuntu/22.04/buildx/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)
Please sign in to comment.