Fix postgres install
This commit is contained in:
parent
1ab16b1fb4
commit
a50f1d8ae3
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ RUN /venv/bin/pip install pip wheel --upgrade && \
|
||||||
|
|
||||||
FROM base as final
|
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 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