• Joined on 2025-12-14

sendthisfax (a37f3d8)

Published 2026-06-27 11:14:13 +00:00 by mokhtar

Installation

docker pull git.mial.net/mokhtar/sendthisfax:a37f3d8
sha256:206d546fecd5294a3d03d80488e0c274426d1235e46500ee80a33b2ca3cdafe3

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-06-27 11:14:13 +00:00
1
OCI / Docker
linux/amd64
164 MiB
Versions (87) View all