удалил ненужные сервисы openrc

This commit is contained in:
kirillius 2024-12-18 00:28:31 +03:00
parent 8f1cc27d50
commit eab773103f
1 changed files with 2 additions and 0 deletions

View File

@ -10,4 +10,6 @@ RUN openrc
RUN echo 'rc_provide="loopback net"' >> /etc/rc.conf RUN echo 'rc_provide="loopback net"' >> /etc/rc.conf
RUN rm /etc/init.d/loopback /etc/init.d/networking /etc/init.d/machine-id /etc/init.d/hwdrivers
CMD ["/sbin/init"] CMD ["/sbin/init"]