mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove unneeded installs from API docker file
These were needed when Chromium was installed on this image.
This commit is contained in:
parent
e85273d87a
commit
49e436b10c
1 changed files with 0 additions and 2 deletions
|
|
@ -5,8 +5,6 @@ WORKDIR /app
|
|||
ENV NODE_ENV production
|
||||
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true
|
||||
|
||||
RUN apk add udev ttf-freefont
|
||||
|
||||
COPY package.json .
|
||||
COPY yarn.lock .
|
||||
COPY tsconfig.json .
|
||||
|
|
|
|||
Loading…
Reference in a new issue