diff --git a/raspap/Dockerfile b/raspap/Dockerfile index fef92bb..7146a52 100644 --- a/raspap/Dockerfile +++ b/raspap/Dockerfile @@ -1,5 +1,5 @@ FROM fauust/docker-systemd:debian-sid -RUN apt-get update && apt-get upgrade --yes && apt-get install curl wget --yes +RUN apt-get update && apt-get upgrade --yes && apt-get install curl wget sudo --yes RUN curl -sL https://install.raspap.com | bash -s -- --yes