Update Dockerfile

This commit is contained in:
Alexandre
2021-06-29 13:53:26 +02:00
committed by GitHub
parent 0c3a553fc6
commit 5898698ee3

View File

@@ -12,7 +12,7 @@ RUN \
####################
# AVOID NTP ISSUES #
####################
date -s "$(wget -qSO- --max-redirect=0 google.com 2>&1 | grep Date: | cut -d' ' -f5-8)Z" \
sudo date -s "$(wget -qSO- --max-redirect=0 google.com 2>&1 | grep Date: | cut -d' ' -f5-8)Z" \
#sudo apt update
#apt-get install -y ntp \
#&& service ntpd stop \