mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-11 01:55:59 +02:00
Update Dockerfile
This commit is contained in:
@@ -4,8 +4,9 @@ FROM $BUILD_FROM
|
|||||||
VOLUME [ "/data" ]
|
VOLUME [ "/data" ]
|
||||||
|
|
||||||
#Install last version https://github.com/dvershinin/lastversion
|
#Install last version https://github.com/dvershinin/lastversion
|
||||||
|
ENV PACKAGES="git moreutils"
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache git moreutils \
|
apk add --no-cache $PACKAGES \
|
||||||
&& pip install --upgrade pip \
|
&& pip install --upgrade pip \
|
||||||
&& pip install lastversion
|
&& pip install lastversion
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user