mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-03 23:54:55 +02:00
New PACKAGES logic
This commit is contained in:
@@ -6,7 +6,7 @@ VOLUME [ "/data" ]
|
||||
#Install last version https://github.com/dvershinin/lastversion
|
||||
ENV PACKAGES="git moreutils"
|
||||
RUN \
|
||||
apk add --no-cache $PACKAGES \
|
||||
apk add --no-cache ${PACKAGES} \
|
||||
&& pip install --upgrade pip \
|
||||
&& pip install lastversion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user