2021-02-26 22:40:02 +00:00
|
|
|
FROM python:3.9.2
|
2020-02-17 22:06:25 +00:00
|
|
|
|
2020-08-31 20:45:29 +00:00
|
|
|
RUN apt-get update && \
|
|
|
|
apt-get install -y emacs git && \
|
|
|
|
apt-get autoclean && \
|
2021-02-26 22:40:02 +00:00
|
|
|
pip install 'Nikola[extras]==8.1.3' && \
|
2020-08-31 20:30:23 +00:00
|
|
|
mkdir -p ~/.emacs.d/.local/straight/build && \
|
|
|
|
git clone https://github.com/hniksic/emacs-htmlize.git ~/.emacs.d/.local/straight/build/htmlize
|