diff --git a/app/Dockerfile b/app/Dockerfile index 76c48f2..3e8bd39 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -19,6 +19,7 @@ RUN apt-get update \ libpq-dev \ postgresql \ wget \ + pip \ # Reduce the image size by clear apt cached lists # Complies with https://github.com/codacy/codacy-hadolint/blob/master/codacy-hadolint/docs/description/DL3009.md && rm -fr /var/lib/apt/lists/* \