Skip to content

Commit 8506665

Browse files
committed
.
1 parent f79c1c6 commit 8506665

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/docker/ubuntu-20.04.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,5 @@ 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}:${USER} /__w
7172
USER test_user

.github/docker/ubuntu-22.04.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,5 @@ 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}:${USER} /__w
6869
USER test_user

.github/docker/ubuntu-24.04.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,5 @@ 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}:${USER} /__w
6768
USER test_user

0 commit comments

Comments
 (0)