New PACKAGES logic

This commit is contained in:
Alexandre
2021-12-07 20:32:38 +01:00
parent d0f5c8653b
commit ee196a0279
75 changed files with 981 additions and 363 deletions

View File

@@ -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