nikola-docker/Dockerfile
2020-08-31 22:45:29 +02:00

8 lines
297 B
Docker

FROM python:3.8.5
RUN apt-get update && \
apt-get install -y emacs git && \
apt-get autoclean && \
pip install 'Nikola[extras]' && \
mkdir -p ~/.emacs.d/.local/straight/build && \
git clone https://github.com/hniksic/emacs-htmlize.git ~/.emacs.d/.local/straight/build/htmlize