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 8258e43 commit 590a82dCopy full SHA for 590a82d
Dockerfile
@@ -2,9 +2,7 @@ FROM node:20-alpine
2
3
# Install ffmpeg
4
RUN apk update
5
-RUN apk add ffmpeg python3 alpine-sdk
6
-
7
-RUN pip install setuptools
+RUN apk add ffmpeg python3 alpine-sdk python3-setuptools
8
9
# Set environment variables for configuration
10
ENV PORT=3000
0 commit comments