Fix postgres install

This commit is contained in:
Daoud Clarke 2023-01-02 12:19:10 +00:00
parent 1ab16b1fb4
commit a50f1d8ae3

View file

@ -34,7 +34,7 @@ RUN /venv/bin/pip install pip wheel --upgrade && \
FROM base as final
RUN apt update && apt install postgresql-client
RUN apt-get update && apt-get install -y postgresql-client
# Copy only the required /venv directory from the builder image that contains mwmbl and its dependencies
COPY --from=builder /venv /venv