Skip to content

Commit

Permalink
Add extra chmod for youtube-dl
Browse files Browse the repository at this point in the history
I don't believe this is required, but it was requested by
a user.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Apr 29, 2024
1 parent 0cd9790 commit 6f0a6a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions youtube-dl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN apk add --no-cache curl bash ca-certificates
RUN curl -SLs https://get.arkade.dev | sh && \
arkade get yt-dlp && \
mv $HOME/.arkade/bin/yt-dlp /usr/local/bin/ && \
chmod +x /usr/local/bin/yt-dlp && \
rm -rf /tmp/* && rm -rf /usr/local/bin/arkade

# Add non root user
Expand Down

0 comments on commit 6f0a6a0

Please sign in to comment.