diff --git a/docker/frontend/Dockerfile b/docker/frontend/Dockerfile index 17bbbd41c..e01165a54 100644 --- a/docker/frontend/Dockerfile +++ b/docker/frontend/Dockerfile @@ -9,6 +9,10 @@ RUN apt-get -y install curl npm # Build and watch dependencies RUN apt-get -y install exiftool +# Test dependencies +RUN apt-get -y install chromium +ENV CHROME_BIN=chromium + # TODO: pin nodejs/npm version # RUN npm install -g n # RUN n 14.19.1