Update Dockerfile

This commit is contained in:
Alexandre
2021-06-29 13:50:43 +02:00
committed by GitHub
parent 813e626f5d
commit 0c3a553fc6

View File

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