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 d412ccd commit c10d8b1Copy full SHA for c10d8b1
.sync/containers/Ubuntu-24/Dockerfile
@@ -76,6 +76,7 @@ RUN apt-get update && \
76
gcc-${GCC_MAJOR_VERSION}-arm-linux-gnueabihf \
77
&& \
78
{% endraw %}python{{ sync_version.python_version }}{% raw %} -m venv /opt/venv && \
79
+ chmod -R g+w,o+w /opt/venv && \
80
/opt/venv/bin/pip install --upgrade pip setuptools && \
81
apt-get upgrade -y && \
82
apt-get clean && \
0 commit comments