Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
xarantolus authored Jan 5, 2024
1 parent 9392194 commit bfd7337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18 as builder
FROM golang:1-alpine as builder

# Build the normal executable
RUN mkdir /build
Expand All @@ -19,7 +19,7 @@ RUN curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o
ln /usr/local/bin/yt-dlp /usr/local/bin/youtube-dl && \
ln /usr/local/bin/yt-dlp /usr/local/bin/youtube-dlp && \
ln /usr/local/bin/yt-dlp /usr/local/bin/youtube-dlc && \
ln /usr/local/bin/yt-dlp /usr/local/bin/yt-dlc && \
ln /usr/local/bin/yt-dlp /usr/local/bin/yt-dlc

ENV PATH="/bin:${PATH}"
ENV RUNNING_IN_DOCKER=true
Expand Down

0 comments on commit bfd7337

Please sign in to comment.