decentralised_book_index (1.1.2)
Installation
docker pull git.kklochko.space/kklochko/decentralised_book_index:1.1.2
sha256:f264f387b4d3115dcac4a82a784645377192b53c65cc6b56b32585d5fcd9e4eb
Image Layers
# debian.sh --arch 'amd64' out/ 'bullseye' '@1742169600' |
RUN apt-get update -y && apt-get install -y libstdc++6 openssl libncurses5 locales ca-certificates && apt-get clean && rm -f /var/lib/apt/lists/*_* |
RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen |
WORKDIR "/app" |
RUN chown nobody /app |
COPY --from=builder --chown=nobody:root /app/_build/${MIX_ENV}/rel/decentralised_book_index ./ |