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.
1 parent 29bb1fc commit 930dd3aCopy full SHA for 930dd3a
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