• Joined on 2025-12-14

sendthisfax (55b453f)

Published 2026-05-15 20:52:23 +00:00 by mokhtar

Installation

docker pull git.mial.net/mokhtar/sendthisfax:55b453f
sha256:2b696d63e392c5f5bfcec823d70427aad61cf4d374629ba06f28f5250565834f

Image Layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1763337600'
RUN /bin/sh -c rm -f /etc/apt/apt.conf.d/docker-clean && apt-get update -y && apt-get install -y --no-install-recommends libstdc++6 openssl libncurses6 locales ca-certificates poppler-utils # buildkit
COPY /usr/local/bin/node /usr/local/bin/node # buildkit
RUN /bin/sh -c ln -s /usr/local/bin/node /usr/local/bin/nodejs # 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/send_this_fax ./ # buildkit
USER nobody
CMD ["/app/bin/server"]
Details
Container
2026-05-15 20:52:23 +00:00
1
OCI / Docker
linux/amd64
163 MiB
Versions (74) View all
55b453f 2026-05-15
c9110e1 2026-05-15
1070850 2026-05-15
07fccae 2026-05-15
bf5450c 2026-05-15