Update Dockerfile

This commit is contained in:
Alexandre
2021-12-08 13:40:30 +01:00
committed by GitHub
parent 89abbcb6f3
commit 8459f0c38f

View File

@@ -14,7 +14,7 @@ RUN $(curl --help &>/dev/null) && (apt-get install -y --no-install-recommends cu
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 && \
rm /automatic_packages.sh
rm /automatic_packages.sh || true
RUN \
#############################