diff --git a/addons_updater/Dockerfile b/addons_updater/Dockerfile index 0a910ab9d..a02fc6a80 100644 --- a/addons_updater/Dockerfile +++ b/addons_updater/Dockerfile @@ -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