forked from EllieBotDevs/elliebot
Updated Dockerfile
This commit is contained in:
parent
13496e4a51
commit
00cac99cda
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ FROM alpine:3.20
|
|||
WORKDIR /app
|
||||
|
||||
# Music dependencies
|
||||
ADD --chmod=755 https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp /usr/local/bin/yt-dlp
|
||||
RUN apk add --no-cache ffmpeg python3 libsodium
|
||||
ADD --chmod=755 https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_linux /usr/local/bin/yt-dlp
|
||||
RUN apk add --no-cache ffmpeg libsodium
|
||||
|
||||
# Required dependencies
|
||||
# icu-libs is required for globalization
|
||||
|
|
Loading…
Add table
Reference in a new issue