diff --git a/raspap/Dockerfile b/raspap/Dockerfile new file mode 100644 index 0000000..a240ac1 --- /dev/null +++ b/raspap/Dockerfile @@ -0,0 +1,5 @@ +FROM fauust/docker-systemd:debian-sid + +RUN apt-get update && sudo apt-get upgrade && apt-get install curl + +RUN curl -sL https://install.raspap.com | bash -s -- --yes