Update Dockerfile

This commit is contained in:
Joshua Schnabel
2020-09-19 15:04:49 +02:00
committed by GitHub
parent 9201c088d6
commit 2b7558f1e0

View File

@ -1,5 +1,5 @@
FROM fauust/docker-systemd:debian-10 FROM fauust/docker-systemd:debian-10
RUN apt-get update && apt-get upgrade --yes && apt-get install curl wget sudo --yes RUN apt-get update && apt-get upgrade --yes && apt-get install curl wget sudo procps --yes
RUN curl -sL https://install.raspap.com | bash -s -- --yes RUN curl -sL https://install.raspap.com | bash -s -- --yes