rebuild of website docker image

This commit is contained in:
shockrah 2021-02-15 21:03:30 -08:00
parent 836c50a6c2
commit 94119e80c7

View File

@ -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