Updates python container
Pins Nikola to 8.1.3
This commit is contained in:
parent
4ee746251c
commit
a85d16d6c8
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
FROM python:3.8.5
|
||||
FROM python:3.9.2
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y emacs git && \
|
||||
apt-get autoclean && \
|
||||
pip install 'Nikola[extras]' && \
|
||||
pip install 'Nikola[extras]==8.1.3' && \
|
||||
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