We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f281f7 + ab30014 commit 17a9e2fCopy full SHA for 17a9e2f
nightly-master/amazonlinux/2/Dockerfile
@@ -5,6 +5,7 @@ LABEL description="Docker Container for the Swift programming language"
5
RUN yum -y update && yum -y install \
6
binutils \
7
gcc \
8
+ git \
9
glibc-static \
10
gzip \
11
libbsd \
nightly-master/centos/8/Dockerfile
@@ -8,6 +8,7 @@ RUN yum -y update && \
yum install --enablerepo=PowerTools -y \
12
13
libbsd-devel \
14
libedit \
0 commit comments