diff --git a/Dockerfile b/Dockerfile index d79bb58..9a9d822 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ -FROM python:3-slim +FROM python:3 RUN apt-get update && apt-get install -y \ - git \ docker \ && rm -rf /var/lib/apt/lists/*