Update Dockerfile

This commit is contained in:
Alexandre
2021-12-05 17:52:24 +01:00
committed by GitHub
parent 3348db77a2
commit ef479fa78d

View File

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