Skip to content

Commit

Permalink
Merge branch 'wmo-im:main' into rise
Browse files Browse the repository at this point in the history
  • Loading branch information
webb-ben authored Jul 15, 2024
2 parents 15b096e + 771b31e commit cd4e5c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM node:14.18.1 as ui-builder
RUN mkdir /usr/src/app
RUN echo "deb http://archive.debian.org/debian stretch main" > /etc/apt/sources.list \
&& apt-get update \
&& apt-get upgrade \
&& apt-get install -y chromium

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

0 comments on commit cd4e5c2

Please sign in to comment.