localspot (2025c87a8cc69076c07d95cf68b7606c8fd83ab4)

Published 2025-12-01 14:06:23 -05:00 by kevinsivic

Installation

docker pull forgejo.sivic.me/kevinsivic/localspot:2025c87a8cc69076c07d95cf68b7606c8fd83ab4
sha256:3bf40bdd9b81fd42ce1a8cbfa55868b43ab9b9c1c3b4360c96df4533e62324e5

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:06:23 -05:00
0
OCI / Docker
linux/amd64
54 MiB
Versions (8) View all