2020-08-31 22:30:23 +02:00
|
|
|
FROM python:3.8.5
|
2020-02-17 23:06:25 +01:00
|
|
|
|
2020-08-31 22:39:50 +02:00
|
|
|
RUN apt-get install -y emacs git && \
|
2020-08-31 22:30:23 +02:00
|
|
|
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
|