forked from sim0n00ps/OF-DL
Updating Docker for ffmpeg 7.0 - requires Alpine v3.23 community packages.
Added ARG VERSION for completeness
This commit is contained in:
parent
167d6640e3
commit
1d4dfd2a72
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.20 AS build
|
FROM alpine:3.23 AS build
|
||||||
|
|
||||||
ARG VERSION
|
ARG VERSION
|
||||||
|
|
||||||
@ -21,14 +21,14 @@ RUN /src/out/OF\ DL --non-interactive || true && \
|
|||||||
mv /src/updated_config.conf /src/config.conf
|
mv /src/updated_config.conf /src/config.conf
|
||||||
|
|
||||||
|
|
||||||
FROM alpine:3.20 AS final
|
FROM alpine:3.23 AS final
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN apk --no-cache --repository community add \
|
RUN apk --no-cache --repository community add \
|
||||||
bash \
|
bash \
|
||||||
tini \
|
tini \
|
||||||
dotnet8-runtime \
|
dotnet8-runtime \
|
||||||
ffmpeg \
|
ffmpeg7 \
|
||||||
udev \
|
udev \
|
||||||
ttf-freefont \
|
ttf-freefont \
|
||||||
chromium \
|
chromium \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user