Skip to content

Commit

Permalink
fix: lose ffpmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
tangyoha committed Oct 30, 2023
1 parent c9af660 commit ca601d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ FROM python:3.11.2-alpine As runtime-image

WORKDIR /app

RUN apk add --no-cache ffmpeg

COPY --from=tangyoha/telegram_media_downloader_compile:latest /usr/bin/rclone /app/rclone/rclone

COPY --from=tangyoha/telegram_media_downloader_compile:latest /usr/local/lib/python3.11/site-packages /usr/local/lib/python3.11/site-packages
Expand Down

0 comments on commit ca601d6

Please sign in to comment.