| # debian.sh --arch 'amd64' out/ 'trixie' '@1781049600' |
| LABEL org.opencontainers.image.source=https://codeberg.org/semafor/org-export |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN /bin/sh -c apt-get update && apt-get -y upgrade # buildkit |
| RUN /bin/sh -c apt-get -y install locales; sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && locale-gen # buildkit |
| ENV LANG=en_US.UTF-8 |
| ENV LANGUAGE=en_US:en |
| ENV LC_ALL=en_US.UTF-8 |
| RUN /bin/sh -c apt-get -y --no-install-recommends install zip unzip emacs org-mode git python3 python-is-python3 emacs-goodies-el graphviz gsfonts # buildkit |
| ENV USER=exporter |
| ENV USERID=1000 |
| COPY intens-mode.el publish.el /usr/share/emacs/site-lisp # buildkit |