Skip to content

Commit

Permalink
re-add chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Nov 4, 2024
1 parent 950c0b3 commit ff0418a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ FROM node:23.1.0 as ui-builder
RUN mkdir /usr/src/app
RUN echo "deb http://archive.debian.org/debian stretch main" > /etc/apt/sources.list \
&& apt-get -y update \
&& apt-get -y upgrade
&& apt-get -y upgrade \
&& apt-get install -y chromium

ENV PATH /usr/src/app/node_modules/.bin:$PATH
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true
Expand Down

0 comments on commit ff0418a

Please sign in to comment.