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 0c27834 commit b528a77Copy full SHA for b528a77
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 py3-pip
7
-RUN pip3 install --no-cache --upgrade pip setuptools
+RUN apk add --update --no-cache python3 py3-pip py3-setuptools
8
9
# Set environment variables for configuration
10
ENV PORT=3000
0 commit comments