updated Dockerfile and README

This commit is contained in:
2023-01-13 09:25:29 +01:00
parent e091b2299e
commit 6eadda95a9
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ VOLUME /usr/src/yt-dlp-webui/downloads
WORKDIR /usr/src/yt-dlp-webui
# install core dependencies
RUN apk update
RUN apk add curl wget psmisc python3 ffmpeg nodejs npm go yt-dlp
RUN apk add curl wget psmisc ffmpeg nodejs npm go yt-dlp
# copy srcs
COPY . .
# install node dependencies