diff --git a/Dockerfile b/Dockerfile index 6d9b660..e129046 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,6 +34,8 @@ RUN /venv/bin/pip install pip wheel --upgrade && \ FROM base as final +RUN apt update && apt install postgresql-client + # Copy only the required /venv directory from the builder image that contains mwmbl and its dependencies COPY --from=builder /venv /venv