diff --git a/raspap/Dockerfile b/raspap/Dockerfile index 7146a52..f78bb5a 100644 --- a/raspap/Dockerfile +++ b/raspap/Dockerfile @@ -1,4 +1,4 @@ -FROM fauust/docker-systemd:debian-sid +FROM fauust/docker-systemd:debian-10 RUN apt-get update && apt-get upgrade --yes && apt-get install curl wget sudo --yes