Skip to content

Commit

Permalink
Merge pull request #627 from mraniki/dev
Browse files Browse the repository at this point in the history
🐛 only chromium for now
  • Loading branch information
mraniki authored Aug 5, 2023
2 parents fcd87f6 + 49f948f commit 3f99e4c
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 3f99e4c

Please sign in to comment.