From 41e3a1b421f4d0c4f488a3fe0d9a5c99a5bd7d09 Mon Sep 17 00:00:00 2001 From: Elia el Lazkani Date: Mon, 31 Aug 2020 22:39:50 +0200 Subject: [PATCH] Do not forget the yes of course ! --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 81af352..25ef180 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.8.5 -RUN apt-get install emacs git && \ +RUN apt-get install -y 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