From 7de9e57090886a67dc948d99bd8d18bd6916ee01 Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 13 Jan 2024 19:59:10 +0000 Subject: [PATCH] docker --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) 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