From de8d63937b20396cd1b3c5866216ecec97dd52b7 Mon Sep 17 00:00:00 2001 From: Joshua Schnabel Date: Sat, 19 Sep 2020 14:55:31 +0200 Subject: [PATCH] Update Dockerfile --- raspap/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raspap/Dockerfile b/raspap/Dockerfile index c7205b8..3df7321 100644 --- a/raspap/Dockerfile +++ b/raspap/Dockerfile @@ -1,5 +1,5 @@ FROM fauust/docker-systemd:debian-sid -RUN apt-get update && apt-get upgrade && apt-get install curl +RUN apt-get update && apt-get upgrade && apt-get install -y curl RUN curl -sL https://install.raspap.com | bash -s -- --yes