We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec1a38 commit 7498c44Copy full SHA for 7498c44
build/Dockerfiles/SIMP_EL7_Build.dockerfile
@@ -50,9 +50,5 @@ RUN ./prime_ruby.sh
50
RUN ./package_cleanup.sh
51
RUN rm -rf /root/build_scripts
52
53
-ENV HOME=/home/build_user
54
-WORKDIR $HOME
55
-USER build_user
56
-
57
# Drop into a shell for building
58
-CMD /bin/bash -l
+CMD /bin/bash -c "su -l build_user"
build/Dockerfiles/SIMP_EL8_Build.dockerfile
@@ -28,9 +28,5 @@ RUN ./prime_ruby.sh
28
29
30
31
32
33
34
35
36
0 commit comments