Do not forget the yes of course !

This commit is contained in:
Elia el Lazkani 2020-08-31 22:39:50 +02:00
parent 9c6c8f6f05
commit 41e3a1b421

View file

@ -1,6 +1,6 @@
FROM python:3.8.5 FROM python:3.8.5
RUN apt-get install emacs git && \ RUN apt-get install -y emacs git && \
pip install 'Nikola[extras]' && \ pip install 'Nikola[extras]' && \
mkdir -p ~/.emacs.d/.local/straight/build && \ mkdir -p ~/.emacs.d/.local/straight/build && \
git clone https://github.com/hniksic/emacs-htmlize.git ~/.emacs.d/.local/straight/build/htmlize git clone https://github.com/hniksic/emacs-htmlize.git ~/.emacs.d/.local/straight/build/htmlize