This commit is contained in:
Jackson Delahunt 2019-09-24 09:50:15 +10:00 committed by Jackson
parent 88240cc974
commit cd73183005

View file

@ -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