فهرست منبع

Remove apt command

Daoud Clarke 2 سال پیش
والد
کامیت
d85067ec09
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      Dockerfile

+ 0 - 2
Dockerfile

@@ -31,8 +31,6 @@ RUN /venv/bin/pip install pip --upgrade && \
 
 
 FROM base as final
 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 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