From 777010c755627d81406364749d47b55518c217b7 Mon Sep 17 00:00:00 2001 From: Elia el Lazkani Date: Mon, 31 Aug 2020 22:30:23 +0200 Subject: [PATCH] Updating the container and Nikola Making a few more changes to the container in preparation --- Dockerfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ec10c99..f95395a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,6 @@ -FROM python:3.8.1 +FROM python:3.8.5 -RUN pip install 'Nikola[extras]' \ No newline at end of file +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