Skip to content

Commit

Permalink
rm --system
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Dec 10, 2024
1 parent 37f5e95 commit bdb2e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ RUN --mount=type=bind,source=./docker,target=/docker \

# Install Playwright and its dependencies
RUN --mount=type=cache,target=/root/.cache/pip \
pip install --system playwright \
pip install playwright \
&& playwright install-deps

# Optionally install Chromium
Expand Down

0 comments on commit bdb2e5d

Please sign in to comment.