Use debian for base content-fetch container

This commit is contained in:
Jackson Harper 2023-10-25 09:44:15 +08:00
parent 000f928506
commit 16784728cf

View file

@ -1,13 +1,9 @@
FROM node:18.16-alpine
FROM node:18.16
# Installs latest Chromium (92) package.
RUN apk add --no-cache \
RUN apt-get update && apt-get install -y \
chromium \
nss \
freetype \
harfbuzz \
ca-certificates \
ttf-freefont \
nodejs \
yarn \
g++ \