Skip to content

Commit b528a77

Browse files
authored
Update Dockerfile
1 parent 0c27834 commit b528a77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ FROM node:20-alpine
33
# Install ffmpeg
44
RUN apk update
55
RUN apk add ffmpeg alpine-sdk
6-
RUN apk add --update --no-cache python3 py3-pip
7-
RUN pip3 install --no-cache --upgrade pip setuptools
6+
RUN apk add --update --no-cache python3 py3-pip py3-setuptools
87

98
# Set environment variables for configuration
109
ENV PORT=3000

0 commit comments

Comments
 (0)