diff --git a/configurator/Dockerfile b/configurator/Dockerfile index 5baf09b..0b247cd 100644 --- a/configurator/Dockerfile +++ b/configurator/Dockerfile @@ -8,6 +8,7 @@ RUN \ apk add --no-cache \ git \ openssh-client \ + py3-pip \ python3 \ && pip3 install \ --no-cache-dir \