Updating the container and Nikola
Making a few more changes to the container in preparation
This commit is contained in:
parent
c3e90cb94d
commit
777010c755
1 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
||||||
FROM python:3.8.1
|
FROM python:3.8.5
|
||||||
|
|
||||||
RUN pip install 'Nikola[extras]'
|
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
|
||||||
|
|
Loading…
Reference in a new issue