mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-07 21:44:02 -05:00
Added yt-dlp package to docker image.
This commit is contained in:
@@ -18,7 +18,7 @@ FROM alpine:latest
|
||||
|
||||
LABEL org.opencontainers.image.description="A Docker image for running the Fabric CLI. See https://github.com/danielmiessler/Fabric/tree/main/scripts/docker for details."
|
||||
|
||||
RUN apk add --no-cache ca-certificates \
|
||||
RUN apk add --no-cache ca-certificates yt-dlp \
|
||||
&& mkdir -p /root/.config/fabric
|
||||
|
||||
COPY --from=builder /fabric /usr/local/bin/fabric
|
||||
|
||||
Reference in New Issue
Block a user