Skip to content

Commit 19ef3ec

Browse files
authored
Use ffmpeg with libjxl
1 parent eaac385 commit 19ef3ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN /venv/bin/pip install --no-cache-dir -U "/tmp/comiclib[full]"
1313
RUN /venv/bin/pip install --no-cache-dir -U gunicorn
1414
RUN mkdir /userdata
1515

16-
FROM quay.io/karuboniru/7zz:latest AS data
16+
FROM quay.io/karuboniru/7zz:2301 AS data
1717
ADD https://files.niconi.org/api_dump.sqlite.7z /tmp
1818
RUN mkdir /exract
1919
WORKDIR /extract
@@ -32,7 +32,7 @@ COPY --from=build-venv /venv /venv
3232
COPY --from=build-venv /userdata /userdata
3333
COPY --from=quay.io/karuboniru/7zz:2301 \
3434
/usr/local/bin/7zz /usr/bin
35-
COPY --from=docker.io/mwader/static-ffmpeg:6.1.1 \
35+
COPY --from=docker.io/mwader/static-ffmpeg:latest \
3636
/ffmpeg /usr/bin
3737

3838
ENV content=/root/comiclib watch=False

0 commit comments

Comments
 (0)