mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-09 14:28:01 -05:00
Merge pull request #1882 from bvandevliet/fix/include-yt-dlp-in-docker-image
Added yt-dlp package to docker image.
This commit is contained in:
3
cmd/generate_changelog/incoming/1882.txt
Normal file
3
cmd/generate_changelog/incoming/1882.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
### PR [#1882](https://github.com/danielmiessler/Fabric/pull/1882) by [bvandevliet](https://github.com/bvandevliet): Added yt-dlp package to docker image
|
||||
|
||||
- Added yt-dlp package to docker image.
|
||||
@@ -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