Update Dockerfile

This commit is contained in:
Joshua Schnabel
2020-09-19 14:57:37 +02:00
committed by GitHub
parent bc907bcb26
commit 752fc137b7

View File

@ -1,5 +1,5 @@
FROM fauust/docker-systemd:debian-sid 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 RUN curl -sL https://install.raspap.com | bash -s -- --yes