6 lines
161 B
Docker
6 lines
161 B
Docker
FROM fauust/docker-systemd:debian-sid
|
|
|
|
RUN apt-get update && apt-get upgrade && apt-get install curl
|
|
|
|
RUN curl -sL https://install.raspap.com | bash -s -- --yes
|