- CbrToCbzConverter.php
- import now convert .cbr to .cbz
- import improvement, multiple files
This commit is contained in:
Jérémy Guillot
2024-07-24 14:10:28 +02:00
parent 4484be4d4e
commit 7068bd1a34
14 changed files with 547 additions and 238 deletions

View File

@@ -22,6 +22,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
file \
gettext \
git \
unrar-free \
p7zip-full \
&& rm -rf /var/lib/apt/lists/*
RUN set -eux; \