dew_lite (sha256:7e9fd9b0839e1af0e7b547833e649ff431077e49652c51c8ca7d2f17c7e1cc34)

Published 2025-11-08 04:13:41 +00:00 by achilles

Installation

docker pull git.dew.vn/achilles/dew_lite@sha256:7e9fd9b0839e1af0e7b547833e649ff431077e49652c51c8ca7d2f17c7e1cc34
sha256:7e9fd9b0839e1af0e7b547833e649ff431077e49652c51c8ca7d2f17c7e1cc34

Image Layers

# debian.sh --arch 'amd64' out/ 'bullseye' '@1759104000'
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/dew_lite ./ # buildkit
USER nobody
CMD ["/app/bin/server"]
Details
Container
2025-11-08 04:13:41 +00:00
1
OCI / Docker
linux/amd64
53 MiB
Versions (4) View all