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