ci(gitlab-ci): add chromium to frontend dependencies

This commit is contained in:
Sarah Vaupel 2024-08-25 04:45:18 +02:00
parent 0d40207fe3
commit b45b7452ea

View File

@ -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