Install postgres client
This commit is contained in:
parent
dda5a25ad0
commit
1ab16b1fb4
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ RUN /venv/bin/pip install pip wheel --upgrade && \
|
||||||
|
|
||||||
FROM base as final
|
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 only the required /venv directory from the builder image that contains mwmbl and its dependencies
|
||||||
COPY --from=builder /venv /venv
|
COPY --from=builder /venv /venv
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue