Skip to content

Commit

Permalink
fix playwright browser install on aws
Browse files Browse the repository at this point in the history
  • Loading branch information
kudj committed Oct 2, 2024
1 parent c094751 commit 714ae41
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 @@ -22,7 +22,7 @@ RUN playwright install --with-deps chromium
# workaround from https://github.com/stitionai/devika/issues/297
RUN useradd -m -s /bin/bash myuser
USER myuser
RUN playwright install chromium
RUN playwright install --with-deps chromium

WORKDIR /code/

Expand Down

0 comments on commit 714ae41

Please sign in to comment.