Skip to content

Commit 0c27834

Browse files
authored
Update Dockerfile
1 parent 58135a2 commit 0c27834

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 && ln -sf python3 /usr/bin/python
7-
RUN python3 -m ensurepip
6+
RUN apk add --update --no-cache python3 py3-pip
87
RUN pip3 install --no-cache --upgrade pip setuptools
98

109
# Set environment variables for configuration

0 commit comments

Comments
 (0)