build(docker/frontend): temporarily remove chromium install

This commit is contained in:
Sarah Vaupel 2025-01-18 03:33:26 +01:00
parent 82655fd4db
commit 178bce90c9

View File

@ -12,8 +12,8 @@ RUN apt-get -y update && apt-get -y install exiftool
RUN apt-get -y update && apt-get -y install imagemagick RUN apt-get -y update && apt-get -y install imagemagick
# test dependencies # test dependencies
RUN apt-get -y update && apt-get -y install chromium # RUN apt-get -y update && apt-get -y install chromium
ENV CHROME_BIN=chromium # ENV CHROME_BIN=chromium
# configure npm to use given proxy if specified # configure npm to use given proxy if specified
RUN if [ ! -z "${HTTP_PROXY}" ]; then npm config set proxy ${HTTP_PROXY}; fi RUN if [ ! -z "${HTTP_PROXY}" ]; then npm config set proxy ${HTTP_PROXY}; fi