Commit a988c15d authored by The Heavy's avatar The Heavy 🚂
Browse files

Experiment with finit

parent 296a8142
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
# thanks linuxserver guys!
FROM ghcr.io/linuxserver/baseimage-ubuntu:jammy
FROM ubuntu

# have apt run unattended
ARG DEBIAN_FRONTEND="noninteractive"
@@ -13,6 +12,7 @@ COPY root/usr/share/keyrings/ /usr/share/keyrings/
# update sources and install packages
RUN apt-get update && \
 apt-get -y upgrade && \
 apt-get -y install finit-sysv && \
 apt-get -y install webmin && \
 apt-get -y install usermin && \
 apt-get -y install postfix && \
@@ -28,3 +28,5 @@ EXPOSE 80 443 25 143 10000 20000

# copy the remaining config
COPY root/ /

CMD /usr/sbin/init