From 752fc137b74893abc0996a9dd3ab85c9978f42be Mon Sep 17 00:00:00 2001 From: Joshua Schnabel Date: Sat, 19 Sep 2020 14:57:37 +0200 Subject: [PATCH] Update Dockerfile --- raspap/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raspap/Dockerfile b/raspap/Dockerfile index c793953..fef92bb 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 --yes +RUN apt-get update && apt-get upgrade --yes && apt-get install curl wget --yes RUN curl -sL https://install.raspap.com | bash -s -- --yes