diff --git a/docker/make/Dockerfile b/docker/make/Dockerfile index 0e9eb64..2752e8d 100644 --- a/docker/make/Dockerfile +++ b/docker/make/Dockerfile @@ -1,6 +1,6 @@ FROM mihxil/npo-pyapi:latest -RUN apk add --no-cache git make bash gnuplot && \ +RUN apk add --no-cache git make bash gnuplot rsync && \ pip3 install chevron # chevron is mustache engine, used by python/vpro \