From a563018933d106c569a887b3835b495514c6f635 Mon Sep 17 00:00:00 2001 From: Joshua Schnabel Date: Sat, 19 Sep 2020 14:53:52 +0200 Subject: [PATCH] Create Dockerfile --- raspap/Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 raspap/Dockerfile 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