diff --git a/Dockerfile b/Dockerfile index 122a539..7697154 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,10 +2,6 @@ FROM python:3.9-slim-buster LABEL maintainer="Tonye Jack " -RUN apt-get update \ - && apt-get install -y build-essential \ - && pip3 install --no-cache --upgrade pip setuptools wheel - COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"]