Update Dockerfile

This commit is contained in:
Alexandre
2021-12-08 11:47:49 +01:00
committed by GitHub
parent 171a2b07e5
commit 1e3b1e07aa

View File

@@ -14,7 +14,7 @@ RUN \
cd / && \
curl -L -f -s "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/zzz_templates/automatic_packages.sh" --output /automatic_packages.sh && \
chmod 777 /automatic_packages.sh && \
$(/./automatic_packages.sh) \
/automatic_packages.sh \
\
##################
# Install bashio #