From 49f948f8deb833e53e8005a17a87ea6d7a51e36c Mon Sep 17 00:00:00 2001 From: mraniki <8766259+mraniki@users.noreply.github.com> Date: Sat, 5 Aug 2023 17:07:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .registry/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.registry/Dockerfile b/.registry/Dockerfile index b08128807..16e6f578a 100644 --- a/.registry/Dockerfile +++ b/.registry/Dockerfile @@ -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