Skip to content

Commit b600f01

Browse files
authored
Merge pull request #191 from compnerd/centos-diff
CentOS: add diffutils
2 parents 42d0ee9 + 94cc77f commit b600f01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

swift-ci/master/centos/8/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN yum install --enablerepo=PowerTools -y \
1111
autoconf \
1212
clang \
1313
cmake \
14+
diffutils \
1415
git \
1516
libbsd-devel \
1617
libcurl-devel \
@@ -40,4 +41,4 @@ RUN ln -s /usr/bin/python2 /usr/bin/python
4041

4142
USER build-user
4243

43-
WORKDIR /home/build-user
44+
WORKDIR /home/build-user

0 commit comments

Comments
 (0)