Skip to content

Commit c10d8b1

Browse files
committed
.sync/Ubuntu-24: Allow CI user access to venv
Updates the ubuntu-24 sync file to allow CI user access to /opt/venv. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
1 parent d412ccd commit c10d8b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.sync/containers/Ubuntu-24/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ RUN apt-get update && \
7676
gcc-${GCC_MAJOR_VERSION}-arm-linux-gnueabihf \
7777
&& \
7878
{% endraw %}python{{ sync_version.python_version }}{% raw %} -m venv /opt/venv && \
79+
chmod -R g+w,o+w /opt/venv && \
7980
/opt/venv/bin/pip install --upgrade pip setuptools && \
8081
apt-get upgrade -y && \
8182
apt-get clean && \

0 commit comments

Comments
 (0)