From 178bce90c957b2ea1086122f0a6e908d048773c2 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Sat, 18 Jan 2025 03:33:26 +0100 Subject: [PATCH] build(docker/frontend): temporarily remove chromium install --- docker/frontend/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/frontend/Dockerfile b/docker/frontend/Dockerfile index f072e3d74..29e048437 100644 --- a/docker/frontend/Dockerfile +++ b/docker/frontend/Dockerfile @@ -12,8 +12,8 @@ RUN apt-get -y update && apt-get -y install exiftool RUN apt-get -y update && apt-get -y install imagemagick # test dependencies -RUN apt-get -y update && apt-get -y install chromium -ENV CHROME_BIN=chromium +# RUN apt-get -y update && apt-get -y install chromium +# ENV CHROME_BIN=chromium # configure npm to use given proxy if specified RUN if [ ! -z "${HTTP_PROXY}" ]; then npm config set proxy ${HTTP_PROXY}; fi