Commit 7722711a authored by The Heavy's avatar The Heavy 🚂
Browse files

Test with just the base

parent 74faef84
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@ 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 && \
@@ -29,4 +28,4 @@ EXPOSE 80 443 25 143 10000 20000
# copy the remaining config
#COPY root/ /

CMD ["/usr/sbin/init"]
CMD ["/sbin/init"]