website dockerfile
This commit is contained in:
parent
2093a5479f
commit
d61a9655bb
10
website/Dockerfile
Normal file
10
website/Dockerfile
Normal 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
|
Loading…
Reference in New Issue
Block a user