nikola-docker/Dockerfile
Elia el Lazkani 777010c755 Updating the container and Nikola
Making a few more changes to the container in preparation
2020-08-31 22:30:23 +02:00

6 lines
243 B
Docker

FROM python:3.8.5
RUN apt-git 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