mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-31 02:26:44 +10:00
cloudflare
This commit is contained in:
parent
fc16505fe6
commit
88240cc974
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue