|
|
@@ -40,13 +40,13 @@ RUN wget "https://raw.githubusercontent.com/hestiacp/hestiacp/1.5.10/install/hst
|
|
|
--sieve no --clamav no --spamassassin no --iptables no --fail2ban no --quota no --with-debs no \
|
|
|
--interactive no \
|
|
|
--phpfpm yes --multiphp yes --api yes \
|
|
|
- --email admin@hoster.0ln.ru --port 8083 --hostname hoster.0ln.ru --password $(cat $HOME/password.txt) --lang ru \
|
|
|
+ --email admin@hoster.0ln.ru --port 8083 --hostname hoster.0ln.ru --password $(cat $HOME/.delme) --lang ru \
|
|
|
&& apt-get -yf autoremove \
|
|
|
&& apt-get clean \
|
|
|
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
|
|
|
|
|
-COPY systemctl3.py /usr/bin/systemctl
|
|
|
-RUN chmod +x /usr/bin/systemctl \
|
|
|
+RUN wget "https://raw.githubusercontent.com/gdraheim/docker-systemctl-replacement/develop/files/docker/systemctl3.py" -O /usr/bin/systemctl \
|
|
|
+ && chmod +x /usr/bin/systemctl \
|
|
|
&& mkdir -p /run/systemd/system/ \
|
|
|
&& systemctl disable ssh
|
|
|
|