We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaac385 commit 19ef3ecCopy full SHA for 19ef3ec
Dockerfile
@@ -13,7 +13,7 @@ RUN /venv/bin/pip install --no-cache-dir -U "/tmp/comiclib[full]"
13
RUN /venv/bin/pip install --no-cache-dir -U gunicorn
14
RUN mkdir /userdata
15
16
-FROM quay.io/karuboniru/7zz:latest AS data
+FROM quay.io/karuboniru/7zz:2301 AS data
17
ADD https://files.niconi.org/api_dump.sqlite.7z /tmp
18
RUN mkdir /exract
19
WORKDIR /extract
@@ -32,7 +32,7 @@ COPY --from=build-venv /venv /venv
32
COPY --from=build-venv /userdata /userdata
33
COPY --from=quay.io/karuboniru/7zz:2301 \
34
/usr/local/bin/7zz /usr/bin
35
-COPY --from=docker.io/mwader/static-ffmpeg:6.1.1 \
+COPY --from=docker.io/mwader/static-ffmpeg:latest \
36
/ffmpeg /usr/bin
37
38
ENV content=/root/comiclib watch=False
0 commit comments