diff --git a/Dockerfile b/Dockerfile index d41c0ca..bd19ee6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/README.md b/README.md index afd0783..05e4bc8 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Future releases will have: - **The download doesn't start.** - As before server address is not specified or simply yt-dlp process takes a lot of time to fire up. (Forking yt-dlp isn't fast especially if you have a lower-end/low-power NAS/server/desktop where the server is running) -## Docker installation +## [Docker](https://github.com/marcopeocchi/yt-dlp-web-ui/pkgs/container/yt-dlp-web-ui/63294924?tag=master) installation ```sh # recomended for ARM and x86 devices docker pull ghcr.io/marcopeocchi/yt-dlp-web-ui:master