Remove apt command
This commit is contained in:
parent
1ef60e8d5d
commit
d85067ec09
1 changed files with 0 additions and 2 deletions
|
@ -31,8 +31,6 @@ RUN /venv/bin/pip install pip --upgrade && \
|
|||
|
||||
FROM base as final
|
||||
|
||||
RUN apt update && apt 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue