Update Dockerfile

This commit is contained in:
Alexandre
2021-12-08 13:42:16 +01:00
committed by GitHub
parent dc7cda5e4d
commit 38355de60a

View File

@@ -5,10 +5,15 @@ VOLUME [ "/data" ]
#Install last version https://github.com/dvershinin/lastversion
ENV PACKAGES="git moreutils"
RUN \
apk add --no-cache ${PACKAGES} \
&& pip install --upgrade pip \
&& pip install lastversion
################
# Install apps #
################
RUN $(curl --help &>/dev/null) && (apt-get install -y --no-install-recommends curl || apk add --no-cache curl) && \
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 || true
# copy local files
COPY rootfs/ /