6 lines
189 B
Docker
6 lines
189 B
Docker
FROM fauust/docker-systemd:debian-10
|
|
|
|
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
|