agihl (sha256:1aeb20e30591664e5705e6688859c31ad52c4405984e475f36344341039538ae)
Published 2026-01-11 20:00:31 +01:00 by erik
Installation
docker pull git.p1h1.se/erik/agihl@sha256:1aeb20e30591664e5705e6688859c31ad52c4405984e475f36344341039538aesha256:1aeb20e30591664e5705e6688859c31ad52c4405984e475f36344341039538aeImage layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1766966400' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends libstdc++6 openssl libncurses5 locales ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen # buildkit |
| ENV LANG=en_US.UTF-8 |
| ENV LANGUAGE=en_US:en |
| ENV LC_ALL=en_US.UTF-8 |
| WORKDIR /app |
| RUN /bin/sh -c chown nobody /app # buildkit |
| ENV MIX_ENV=prod |
| COPY --chown=nobody:root /app/_build/prod/rel/agihl ./ # buildkit |
| USER nobody |
| CMD ["/app/bin/server"] |