decentralised_book_index (1.1.0)
Installation
docker pull git.kklochko.space/kklochko/decentralised_book_index:1.1.0
sha256:2a8a7a721bbab9e6d2cab947d015630b16f99fa702e7fb07de52f3fab7aeda51
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 ./ |