nikola-docker/Dockerfile

7 lines
243 B
Docker
Raw Normal View History

FROM python:3.8.5
2020-02-17 22:06:25 +00:00
RUN apt-get install emacs git && \
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