Block a user
murmel-tcg (unstable)
Published 2026-05-24 00:42:06 +02:00 by arindy
Installation
docker pull git.arindy.de/arindy/murmel-tcg:unstablesha256:5c9f699eead03ab32c96711dac3f79971f1833211a7919fa44aef6b8a3be8680
Image Layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1779062400' |
| WORKDIR /work/ |
| RUN /bin/sh -c sed -i '/^Components:/ {/\bcontrib\b/! s/^Components: main/Components: main contrib/}' /etc/apt/sources.list.d/debian.sources # buildkit |
| 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 ttf-mscorefonts-installer # 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/MurmelGlyphs_svg.ttf /usr/share/fonts/Murmel.ttf # 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"] |