nikola-docker/Dockerfile

10 lines
334 B
Docker
Raw Normal View History

FROM python:3.9.2
2020-02-17 22:06:25 +00:00
RUN apt-get update && \
apt-get install -y emacs git && \
apt-get autoclean && \
pip install 'Nikola[extras]' && \
pip install 'markdown==3.3' && \
mkdir -p ~/.emacs.d/.local/straight/build && \
git clone https://github.com/hniksic/emacs-htmlize.git ~/.emacs.d/.local/straight/build/htmlize