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 496518b commit a818042Copy full SHA for a818042
.github/docker/ubuntu-20.04.Dockerfile
@@ -67,5 +67,5 @@ COPY third_party/requirements.txt /opt/umf/requirements.txt
67
# Add a new (non-root) 'test_user'
68
ENV USER test_user
69
ENV USERPASS pass
70
-RUN useradd -m "${USER}" -g sudo -p "$(mkpasswd ${USERPASS})"
+RUN useradd -m -u 1001 "${USER}" -g sudo -p "$(mkpasswd ${USERPASS})"
71
USER test_user
.github/docker/ubuntu-22.04.Dockerfile
@@ -64,5 +64,5 @@ RUN pip3 install --no-cache-dir -r /opt/umf/requirements.txt
64
65
66
0 commit comments