Skip to content

Commit

Permalink
chore: trying to remove the most packages
Browse files Browse the repository at this point in the history
  • Loading branch information
SrIzan10 committed Aug 16, 2023
1 parent 2ce73f7 commit ee29cae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ FROM node:lts-alpine

WORKDIR /app

RUN apk add --no-cache ffmpeg python3 make g++
RUN apk add --no-cache ffmpeg

RUN apk add --no-cache --virtual .gyp python make g++ \
&& apk del .gyp

RUN npm install -g typescript

Expand Down

0 comments on commit ee29cae

Please sign in to comment.