Skip to content

Commit 17a9e2f

Browse files
authored
Merge pull request #168 from apple/shahmishal-patch-1
Add git package to CentOS and Amazon Linux 2 Dockerfile
2 parents 8f281f7 + ab30014 commit 17a9e2f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

nightly-master/amazonlinux/2/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ LABEL description="Docker Container for the Swift programming language"
55
RUN yum -y update && yum -y install \
66
binutils \
77
gcc \
8+
git \
89
glibc-static \
910
gzip \
1011
libbsd \

nightly-master/centos/8/Dockerfile

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

0 commit comments

Comments
 (0)