mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-03 16:00:29 +01:00
Update Dockerfile
This commit is contained in:
@@ -9,19 +9,10 @@ ARG TEMPIO_VERSION=2021.01.0
|
|||||||
ARG BUILD_ARCH
|
ARG BUILD_ARCH
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
####################
|
|
||||||
# AVOID NTP ISSUES #
|
|
||||||
####################
|
|
||||||
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 \
|
|
||||||
#&& 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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user