mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Use debian for base content-fetch container
This commit is contained in:
parent
000f928506
commit
16784728cf
1 changed files with 2 additions and 6 deletions
|
|
@ -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++ \
|
||||
|
|
|
|||
Loading…
Reference in a new issue