• Joined on 2024-10-19

murmel-tcg (1.0.51)

Published 2026-06-28 16:29:15 +02:00 by arindy

Installation

docker pull git.arindy.de/arindy/murmel-tcg:1.0.51
sha256:a3225ffdeb7fc40da85d22e8164f2c7584f474c8fdd9cdd9bff6994535e1916e

Image Layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1782172800'
WORKDIR /work/
RUN /bin/sh -c apt-get update # buildkit
RUN /bin/sh -c apt-get install -y --no-install-recommends openssl ghostscript ffmpeg inkscape imagemagick jq # buildkit
RUN /bin/sh -c apt-get install -y --no-install-recommends gettext-base # buildkit
RUN /bin/sh -c chown 1001 /work && chmod "g+rwX" /work && chown 1001:1001 /work # buildkit
COPY --chown=1001:1001 --chmod=0755 src/main/docker/start /work/start # buildkit
COPY --chown=1001:1001 --chmod=0755 src/main/docker/generate /work/generate # buildkit
COPY --chown=1001:1001 --chmod=0755 target/*-runner /work/application # buildkit
COPY --chown=1001:1001 --chmod=0755 src/main/docker/fonts/* /usr/share/fonts/ # buildkit
RUN /bin/sh -c mkdir -p /.config/inkscape && chown 1001:root /.config/inkscape # buildkit
EXPOSE map[8080/tcp:{}]
USER 1001:1001
ENV TZ=Europe/Berlin
ENV HOME=/work
ENV XDG_CACHE_HOME=/work/.cache
ENV FONTCONFIG_CACHE=/work/.cache/fontconfig
ENTRYPOINT ["./start"]
Details
Container
2026-06-28 16:29:15 +02:00
1
OCI / Docker
linux/amd64
354 MiB
Versions (68) View all
unstable 2026-07-08
1.0.65 2026-07-06
latest 2026-07-06
1.0.64 2026-07-05
1.0.63 2026-07-05