cloudflare

This commit is contained in:
Jackson Delahunt 2019-09-18 08:51:18 +10:00 committed by Jackson
parent fc16505fe6
commit 88240cc974

View file

@ -254,6 +254,9 @@ RUN wget -O zoom.deb -nv https://zoom.us/client/latest/zoom_amd64.deb && \
dpkg -i zoom.deb || apt-get install -qq --fix-broken && \
rm zoom.deb
# Use cloudflare dns
RUN echo "nameserver 1.1.1.1" > /etc/resolv.conf
# Enable password-less sudo for the sudo group
RUN echo "%sudo ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers