Skip to content

Commit 48e7f3d

Browse files
authored
Merge pull request #174 from gwynne/gwynne/zlib-devel-package
Make the `zlib-devel` package available in CentOS 8 and AmazonLinux2 images
2 parents ec21df3 + 194f527 commit 48e7f3d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

nightly-master/amazonlinux/2/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ RUN yum -y update && yum -y install \
1717
libuuid \
1818
libxml2 \
1919
tar \
20-
tzdata
20+
tzdata \
21+
zlib-devel
2122

2223
# Everything up to here should cache nicely between Swift versions, assuming dev dependencies change little
2324

nightly-master/centos/8/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ RUN yum -y update && yum install --enablerepo=PowerTools -y \
1616
libstdc++-static \
1717
pkg-config \
1818
python2 \
19-
sqlite
19+
sqlite \
20+
zlib-devel
2021

2122
RUN ln -s /usr/bin/python2 /usr/bin/python
2223

0 commit comments

Comments
 (0)