diff --git a/Dockerfile b/Dockerfile index 0bee772..96176e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8.12-slim-buster +FROM python:3.8.12-buster RUN apt-get update -y && \ apt-get install -y git && \