We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12a54ae commit c822e7aCopy full SHA for c822e7a
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.20 as builder
+FROM golang:1.20 AS builder
2
3
ENV TAG="nightly"
4
ENV COMMIT=""
@@ -11,7 +11,7 @@ RUN make build
11
12
# Download yt-dlp
13
RUN wget -O /usr/bin/yt-dlp https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp && \
14
- chmod +x /usr/bin/yt-dlp
+ chmod a+rwx /usr/bin/yt-dlp
15
16
FROM alpine:3.17
17
0 commit comments