Skip to content

Commit

Permalink
updates to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
roblo-cgi committed Aug 15, 2023
1 parent dcb9bef commit 62cdf2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY . /opt/app-root/src
# && apk add --no-cache dbus chromium chromium-chromedriver ghostscript

RUN apk upgrade --no-cache --available \
&& apk add --no-cache chromium nss freetype harfbuzz ca-certificates ttf-freefont ghostscript
&& apk add --no-cache chromium-swiftshader nss freetype harfbuzz ca-certificates ttf-freefont ghostscript

ENV CHROME_BIN=/usr/bin/chromium-browser \
CHROME_PATH=/usr/lib/chromium/ \
Expand Down

0 comments on commit 62cdf2c

Please sign in to comment.