We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58135a2 commit 0c27834Copy full SHA for 0c27834
Dockerfile
@@ -3,8 +3,7 @@ FROM node:20-alpine
3
# Install ffmpeg
4
RUN apk update
5
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
+RUN apk add --update --no-cache python3 py3-pip
8
RUN pip3 install --no-cache --upgrade pip setuptools
9
10
# Set environment variables for configuration
0 commit comments