Unpinning Nikola version to get the latest
This commit is contained in:
parent
a85d16d6c8
commit
1dc6bb19dc
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ FROM python:3.9.2
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y emacs git && \
|
apt-get install -y emacs git && \
|
||||||
apt-get autoclean && \
|
apt-get autoclean && \
|
||||||
pip install 'Nikola[extras]==8.1.3' && \
|
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
|
||||||
|
|
Loading…
Reference in a new issue