Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Nov 8, 2024
1 parent 34f7f11 commit 73aa425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ ARG GECKODRIVER_VERSION=v0.34.0 \
FIREFOX_VERSION=125.0.3

RUN if [ "$INCLUDE_FIREFOX" = "true" ]; then \
RUN playwright install firefox --with-deps; \
playwright install firefox --with-deps; \
else \
echo "Skipping Firefox installation"; \
echo "Skipping Firefox installation"; \
fi

# Installing mysql client os-level dependencies in dev image only because GPL
Expand Down

0 comments on commit 73aa425

Please sign in to comment.