Update Dockerfile

This commit is contained in:
Alexandre
2021-06-29 13:09:11 +02:00
committed by GitHub
parent 194c618893
commit f0d445879b

View File

@@ -12,7 +12,7 @@ RUN \
#################### ####################
# AVOID NTP ISSUES # # AVOID NTP ISSUES #
#################### ####################
yum install -y ntp \ apt-get install -y ntp \
&& service ntpd stop \ && service ntpd stop \
&& ntpdate pool.ntp.org \ && ntpdate pool.ntp.org \
\ \