10000 fix: use root user for yum updates (#98) · neotycoder/python-flask-app@b044237 · GitHub
[go: up one dir, main page]

Skip to content

Commit b044237

Browse files
authored
fix: use root user for yum updates (IBM#98)
1 parent 8dc4b11 commit b044237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-tools

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /opt/app-root/src
55

66
COPY Pipfile* /opt/app-root/src/
77

8-
8+
USER root
99
RUN yum -y install --disableplugin=subscription-manager wget \
1010
&& yum --disableplugin=subscription-manager clean all
1111

0 commit comments

Comments
 (0)
0