mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-30 18:16:42 +10:00
dns
This commit is contained in:
parent
88240cc974
commit
cd73183005
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ RUN wget -O zoom.deb -nv https://zoom.us/client/latest/zoom_amd64.deb && \
|
|||
rm zoom.deb
|
||||
|
||||
# Use cloudflare dns
|
||||
RUN echo "nameserver 1.1.1.1" > /etc/resolv.conf
|
||||
RUN echo "prepend domain-name-servers 1.1.1.1" >> /etc/dhcp/dhclient.conf
|
||||
|
||||
# Enable password-less sudo for the sudo group
|
||||
RUN echo "%sudo ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue