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 29bb1fc + 930dd3a commit 75af982Copy full SHA for 75af982
swift-ci/master/amazon-linux/2/Dockerfile
@@ -1,6 +1,6 @@
1
FROM amazonlinux:2
2
3
-RUN yum install shadow-utils.x86_64 -y
+RUN yum install shadow-utils -y
4
5
RUN groupadd -g 998 build-user && \
6
useradd -m -r -u 42 -g build-user build-user
0 commit comments