rebuild of website docker image
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
FROM debian:sid-slim
|
FROM debian:sid-slim
|
||||||
MAINTAINER Alejandro Santillana alejandros714@protonmail.com
|
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
|
# For more easily logging into ionos
|
||||||
RUN apt-get install -y sshpass
|
RUN apt-get install -y sshpass
|
||||||
RUN apt-get install -y curl
|
RUN apt-get install -y curl
|
||||||
|
|||||||
Reference in New Issue
Block a user