rebuild of website docker image
This commit is contained in:
parent
836c50a6c2
commit
94119e80c7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user