Skip to content

Commit

Permalink
Use ffmpeg with libjxl
Browse files Browse the repository at this point in the history
  • Loading branch information
karuboniru authored Jan 18, 2024
1 parent eaac385 commit 19ef3ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN /venv/bin/pip install --no-cache-dir -U "/tmp/comiclib[full]"
RUN /venv/bin/pip install --no-cache-dir -U gunicorn
RUN mkdir /userdata

FROM quay.io/karuboniru/7zz:latest AS data
FROM quay.io/karuboniru/7zz:2301 AS data
ADD https://files.niconi.org/api_dump.sqlite.7z /tmp
RUN mkdir /exract
WORKDIR /extract
Expand All @@ -32,7 +32,7 @@ COPY --from=build-venv /venv /venv
COPY --from=build-venv /userdata /userdata
COPY --from=quay.io/karuboniru/7zz:2301 \
/usr/local/bin/7zz /usr/bin
COPY --from=docker.io/mwader/static-ffmpeg:6.1.1 \
COPY --from=docker.io/mwader/static-ffmpeg:latest \
/ffmpeg /usr/bin

ENV content=/root/comiclib watch=False
Expand Down

0 comments on commit 19ef3ec

Please sign in to comment.