Disabled systemd-resolved

This commit is contained in:
Devin Dice 2023-01-13 11:05:03 -05:00
parent 8e43ff1fc1
commit ef52f68465

View file

@ -182,6 +182,7 @@ COPY rootfs /
# Extras # Extras
RUN apt -y install osmctools osmosis whiptail RUN apt -y install osmctools osmosis whiptail
RUN systemctl disable systemd-resolved
#RUN rm -rf /workspace/* #RUN rm -rf /workspace/*