File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ RUN /venv/bin/python -m pip install --upgrade --no-cache-dir pip && \
4848RUN /venv/bin/python -m playwright install --with-deps chromium
4949
5050# Fix site-packages permissions
51- RUN find /venv/lib/python3.10 /site-packages \( -type d -exec chmod a+rwx {} + \) -o \( -type f -exec chmod a+rw {} + \)
51+ RUN find /venv/lib/python3.12 /site-packages \( -type d -exec chmod a+rwx {} + \) -o \( -type f -exec chmod a+rw {} + \)
5252
5353# Switch to appuser
5454USER appuser
@@ -72,7 +72,7 @@ RUN /venv/bin/python -m pip install --upgrade --no-cache-dir pip && \
7272RUN /venv/bin/python -m playwright install --with-deps chromium
7373
7474# Fix site-packages permissions
75- RUN find /venv/lib/python3.10 /site-packages \( -type d -exec chmod a+rwx {} + \) -o \( -type f -exec chmod a+rw {} + \)
75+ RUN find /venv/lib/python3.12 /site-packages \( -type d -exec chmod a+rwx {} + \) -o \( -type f -exec chmod a+rw {} + \)
7676
7777# Switch to appuser
7878USER appuser
You can’t perform that action at this time.
0 commit comments