Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
herowinb committed Mar 31, 2024
1 parent a5f0c69 commit ff336e9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM python:alpine
FROM python:3.11.7-alpine3.17

RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.17/community' >> /etc/apk/repositories \
&& apk add "ffmpeg==5.1.4-r0"
RUN apk add ffmpeg==5.1.4-r0

RUN apk add --no-cache aria2 \
&& adduser -D aria2 \
Expand Down

0 comments on commit ff336e9

Please sign in to comment.