diff --git a/raspap/Dockerfile b/raspap/Dockerfile index 3df7321..c793953 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 -y curl +RUN apt-get update && apt-get upgrade --yes && apt-get install curl --yes RUN curl -sL https://install.raspap.com | bash -s -- --yes