localspot (8079dab3a45c377f0bae9c4ef4bc046417f2476c)

Published 2025-12-01 14:16:45 -05:00 by kevinsivic

Installation

docker pull forgejo.sivic.me/kevinsivic/localspot:8079dab3a45c377f0bae9c4ef4bc046417f2476c
sha256:a16ec677d90362eeb4a28777b34ca1af091a9ebdd9fd97566d249aff7d8006ad

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1749513600'
RUN /bin/sh -c apt-get update -y && apt-get install -y libstdc++6 openssl libncurses5 locales ca-certificates && apt-get clean && rm -f /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/localspot ./ # buildkit
USER nobody
CMD ["/app/bin/server"]
Details
Container
2025-12-01 14:16:45 -05:00
0
OCI / Docker
linux/amd64
54 MiB
Versions (8) View all