From 94119e80c7d9240dfebf6333536425da88f101a6 Mon Sep 17 00:00:00 2001 From: shockrah Date: Mon, 15 Feb 2021 21:03:30 -0800 Subject: [PATCH] rebuild of website docker image --- website/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/Dockerfile b/website/Dockerfile index 4b9287e..3911b7c 100644 --- a/website/Dockerfile +++ b/website/Dockerfile @@ -1,7 +1,8 @@ FROM debian:sid-slim MAINTAINER Alejandro Santillana alejandros714@protonmail.com -RUN apt-get update && apt-get install -y git pandoc +# Relevant to actually building static websites +RUN apt-get update && apt-get install -y git pandoc hugo # For more easily logging into ionos RUN apt-get install -y sshpass RUN apt-get install -y curl