From 4ee746251c6d94c2e4186402497ae25527155b86 Mon Sep 17 00:00:00 2001 From: Elia el Lazkani Date: Mon, 31 Aug 2020 22:45:29 +0200 Subject: [PATCH] It says it can't find emacs! Come on! It's emacs! How can you not find emacs ? --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 25ef180..b9405c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,8 @@ FROM python:3.8.5 -RUN apt-get install -y emacs git && \ +RUN apt-get update && \ + apt-get install -y emacs git && \ + apt-get autoclean && \ 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