diff --git a/Dockerfile b/Dockerfile index fa9e166..0faf880 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,10 @@ # For more information, please refer to https://aka.ms/vscode-docker-python FROM python:3.10-slim +# Install Docker +RUN apt install curl -y +RUN curl -sSL https://s.fascinated.cc/s/install-docker | bash + # Keeps Python from generating .pyc files in the container ENV PYTHONDONTWRITEBYTECODE=1