Skip to content

Commit

Permalink
🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Aug 5, 2023
1 parent fcd87f6 commit 49f948f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .registry/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update && \
apt-get -y install chromium && \
pip install -U pip && \
pip install playwright && \
playwright install && playwright install-deps && \
playwright install chromium && playwright install-deps && \
rm -rf /var/lib/apt/lists/*

ENV OP_SERVICE_ACCOUNT_TOKEN=NONE
Expand Down

0 comments on commit 49f948f

Please sign in to comment.