diff --git a/Dockerfile b/Dockerfile index 549451a..390224a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.9-slim-buster RUN apt update RUN apt install python3-pip -y -RUN apt install libsasl2-dev python-dev libldap2-dev libssl-dev +RUN apt install libsasl2-dev python-dev libldap2-dev libssl-dev -y RUN python3 -m pip install --upgrade pip RUN apt install curl -y RUN apt autoremove -y