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