We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec21df3 + 194f527 commit 48e7f3dCopy full SHA for 48e7f3d
nightly-master/amazonlinux/2/Dockerfile
@@ -17,7 +17,8 @@ RUN yum -y update && yum -y install \
17
libuuid \
18
libxml2 \
19
tar \
20
- tzdata
+ tzdata \
21
+ zlib-devel
22
23
# Everything up to here should cache nicely between Swift versions, assuming dev dependencies change little
24
nightly-master/centos/8/Dockerfile
@@ -16,7 +16,8 @@ RUN yum -y update && yum install --enablerepo=PowerTools -y \
16
libstdc++-static \
pkg-config \
python2 \
- sqlite
+ sqlite \
RUN ln -s /usr/bin/python2 /usr/bin/python
0 commit comments