missing psmisc docker file

This commit is contained in:
2024-06-14 10:41:59 +02:00
parent 9c09c88d06
commit ee18929196

View File

@@ -28,7 +28,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o yt-dlp-webui
FROM alpine:edge
RUN apk update && \
apk add ffmpeg yt-dlp ca-certificates curl wget
apk add ffmpeg yt-dlp ca-certificates curl wget psmisc
VOLUME /downloads /config