Updates python container

Pins Nikola to 8.1.3
This commit is contained in:
Elia el Lazkani 2021-02-26 23:40:02 +01:00
parent 4ee746251c
commit a85d16d6c8

View file

@ -1,8 +1,8 @@
FROM python:3.8.5 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]' && \ pip install 'Nikola[extras]==8.1.3' && \
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