Skip to content

Commit

Permalink
whoops forgot it uses apk
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptofyre authored Aug 8, 2024
1 parent b1720ca commit b5aeee3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ FROM node:22-alpine
WORKDIR /usr/src/app

# Install FFmpeg
RUN apt-get update && \
apt-get install -y ffmpeg make gcc g++ python3 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
RUN apk add --update-cache ffmpeg make gcc g++ python3

# Copy package.json and yarn.lock
COPY package.json yarn.lock ./
Expand Down

0 comments on commit b5aeee3

Please sign in to comment.