mirror of
https://github.com/ciromattia/kcc
synced 2026-02-06 20:31:57 +00:00
fix Docker linux arm (#746)
* fix linux arm64 * Update Dockerfile-base * Update Dockerfile * Update Dockerfile-base * ENV PATH="/opt/venv/bin:$PATH" * fix docker armv7 * Update Dockerfile-base * Update Dockerfile-base
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Select final stage based on TARGETARCH ARG
|
||||
FROM ghcr.io/ciromattia/kcc:docker-base-20230809
|
||||
FROM ghcr.io/ciromattia/kcc:docker-base-20240928
|
||||
LABEL com.kcc.name="Kindle Comic Converter"
|
||||
LABEL com.kcc.author="Ciro Mattia Gonano, Paweł Jastrzębski and Darodi"
|
||||
LABEL org.opencontainers.image.description='Kindle Comic Converter'
|
||||
@@ -16,4 +16,4 @@ COPY . /opt/kcc
|
||||
RUN cat /opt/kcc/kindlecomicconverter/__init__.py | grep version | awk '{print $3}' | sed "s/'//g" > /IMAGE_VERSION
|
||||
|
||||
ENTRYPOINT ["/opt/kcc/kcc-c2e.py"]
|
||||
CMD ["-h"]
|
||||
CMD ["-h"]
|
||||
|
||||
Reference in New Issue
Block a user