Skip to content

Commit 512d0e9

Browse files
committed
.
1 parent ea32c68 commit 512d0e9

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/docker/ubuntu-20.04.Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,4 @@ COPY third_party/requirements.txt /opt/umf/requirements.txt
6868
ENV USER test_user
6969
ENV USERPASS pass
7070
RUN useradd -m "${USER}" -g sudo -p "$(mkpasswd ${USERPASS})"
71-
RUN chown -R ${USER}:sudo /__w
7271
USER test_user

.github/docker/ubuntu-22.04.Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,4 @@ RUN pip3 install --no-cache-dir -r /opt/umf/requirements.txt
6565
ENV USER test_user
6666
ENV USERPASS pass
6767
RUN useradd -m "${USER}" -g sudo -p "$(mkpasswd ${USERPASS})"
68-
RUN chown -R ${USER}:sudo /__w
6968
USER test_user

.github/docker/ubuntu-24.04.Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,4 @@ RUN pip3 install --no-cache-dir --break-system-packages -r /opt/umf/requirements
6464
ENV USER test_user
6565
ENV USERPASS pass
6666
RUN useradd -m "${USER}" -g sudo -p "$(mkpasswd ${USERPASS})"
67-
RUN chown -R ${USER}:sudo /__w
6867
USER test_user

0 commit comments

Comments
 (0)