Update Dockerfile

This commit is contained in:
Alexandre
2021-06-29 13:12:39 +02:00
committed by GitHub
parent f0d445879b
commit da3abb19b3

View File

@@ -12,9 +12,11 @@ RUN \
####################
# AVOID NTP ISSUES #
####################
apt-get install -y ntp \
&& service ntpd stop \
&& ntpdate pool.ntp.org \
#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 \
#&& ntpdate pool.ntp.org \
\
################
# Install apps #