Install postgres client

This commit is contained in:
Daoud Clarke 2023-01-02 12:18:03 +00:00
parent dda5a25ad0
commit 1ab16b1fb4

View file

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