Update Dockerfile

This commit is contained in:
Joshua Schnabel
2020-09-19 14:55:31 +02:00
committed by GitHub
parent bf66b448d7
commit de8d63937b

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 && apt-get install curl RUN apt-get update && apt-get upgrade && apt-get install -y curl
RUN curl -sL https://install.raspap.com | bash -s -- --yes RUN curl -sL https://install.raspap.com | bash -s -- --yes