Remove unneeded installs from API docker file

These were needed when Chromium was installed on this image.
This commit is contained in:
Jackson Harper 2022-02-14 21:51:59 -08:00
parent e85273d87a
commit 49e436b10c

View file

@ -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 .