From 9c6c8f6f05ad1670199d9b4962b8c74fcbe0519b Mon Sep 17 00:00:00 2001 From: Elia el Lazkani Date: Mon, 31 Aug 2020 22:34:51 +0200 Subject: [PATCH] fixup! Updating the container and Nikola Making a few more changes to the container in preparation --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f95395a..81af352 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.8.5 -RUN apt-git install emacs git && \ +RUN apt-get 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