Skip to content

Commit 590a82d

Browse files
authored
Update Dockerfile
1 parent 8258e43 commit 590a82d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ FROM node:20-alpine
22

33
# Install ffmpeg
44
RUN apk update
5-
RUN apk add ffmpeg python3 alpine-sdk
6-
7-
RUN pip install setuptools
5+
RUN apk add ffmpeg python3 alpine-sdk python3-setuptools
86

97
# Set environment variables for configuration
108
ENV PORT=3000

0 commit comments

Comments
 (0)