mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-06 16:32:47 +01:00
Disabled systemd-resolved
This commit is contained in:
parent
8e43ff1fc1
commit
ef52f68465
1 changed files with 1 additions and 0 deletions
|
|
@ -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/*
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue