Skip to content

Commit ee21c22

Browse files
committed
Add zlib-devel lib to Amazon Linux 2 and CentOS 8 for 5.2 Dockerfiles
1 parent 6a846d7 commit ee21c22

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

5.2/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

5.2/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)