decentralised_book_index (1.1.1)
Installation
docker pull git.kklochko.space/kklochko/decentralised_book_index:1.1.1
sha256:147b4b5a4ec71c349d63dcd3208f21b537f1969f3652c5d6584c63d097678ac4
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 ./ |