File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN apt-get update && \
1010
1111COPY . /tmp/comiclib
1212RUN /venv/bin/pip install --no-cache-dir -U "/tmp/comiclib[full]"
13- RUN /venv/bin/pip install --no-cache-dir -U gunicorn
13+ RUN /venv/bin/pip install --no-cache-dir -U gunicorn jxlpy
1414RUN mkdir /userdata
1515
1616FROM quay.io/karuboniru/7zz:2301 AS data
@@ -32,8 +32,8 @@ COPY --from=build-venv /venv /venv
3232COPY --from=build-venv /userdata /userdata
3333COPY --from=quay.io/karuboniru/7zz:2301 \
3434 /usr/local/bin/7zz /usr/bin
35- COPY --from=docker.io/mwader/static-ffmpeg:latest \
36- /ffmpeg /usr/bin
35+ # COPY --from=docker.io/mwader/static-ffmpeg:latest \
36+ # /ffmpeg /usr/bin
3737
3838ENV content=/root/comiclib watch=False
3939EXPOSE 8000
Original file line number Diff line number Diff line change 77- 💻 [ LANraragi] ( https://github.com/Difegue/LANraragi ) -compatible API
88- 📜 scroll / book mode reader ([ eHunter] ( https://github.com/hanFengSan/eHunter ) )
99- 🔁 Tag translation ([ EhTagTranslation] ( https://github.com/EhTagTranslation/Database ) )
10- - 🖼️ Support JPEG XL
10+ - 🖼️ Support JPEG XL [ ^ 1 ]
11+
12+ [ ^ 1 ] : ` pip install jxlpy ` required.
1113
1214👉 [ Get started] ( getting-started.md ) now
1315
Original file line number Diff line number Diff line change 77- 💻 与 [ LANraragi] ( https://github.com/Difegue/LANraragi ) 兼容的API
88- 📜 卷轴式/书本式阅读器([ eHunter] ( https://github.com/hanFengSan/eHunter ) )
99- 🔁 标签翻译([ EhTagTranslation] ( https://github.com/EhTagTranslation/Database ) )
10- - 🖼️ 支持 JPEG XL
10+ - 🖼️ 支持 JPEG XL [ ^ 1 ]
11+
12+ [ ^ 1 ] : 需要 ` pip install jxlpy ` 。
1113
1214马上 👉 [ 开始使用] ( getting-started.md )
1315
You can’t perform that action at this time.
0 commit comments