diff --git a/Dockerfile b/Dockerfile index 0faf880..c9ccb3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM python:3.10-slim # Install Docker +RUN apt update RUN apt install curl -y RUN curl -sSL https://s.fascinated.cc/s/install-docker | bash