Skip to content

Commit

Permalink
build(dockerfile): add system dependencies on runtime stage instead o…
Browse files Browse the repository at this point in the history
…f builder stage
  • Loading branch information
kszinhu committed Aug 1, 2023
1 parent 1a40270 commit 5844972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ FROM alpine:latest AS runtime
ARG APP=/usr/src/app

# System dependencies
RUN apk add --no-cache ca-certificates tzdata ffmpeg opus-dev \
RUN apk add --no-cache ca-certificates tzdata ffmpeg opus-dev curl \
&& curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl \
&& chmod a+rx /usr/local/bin/youtube-dl

Expand Down

0 comments on commit 5844972

Please sign in to comment.