website dockerfile

This commit is contained in:
shockrah 2020-10-26 12:59:09 -07:00
parent 2093a5479f
commit d61a9655bb

10
website/Dockerfile Normal file
View File

@ -0,0 +1,10 @@
FROM debian:sid-slim
MAINTAINER Alejandro Santillana alejandros714@protonmail.com
RUN apt-get update && apt-get install -y git pandoc
# For more easily logging into ionos
RUN apt-get install -y sshpass
RUN git clone https://gitlab.com/shockrah/site-generator /tmp/gensite
RUN cd /tmp/gensite && ./install.sh g
RUN rm -rf /tmp/gensite