From 4ba7eec66146178f41603e66b38e289dbb3a717a Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 15 Jan 2024 23:00:26 +0000 Subject: [PATCH] meow --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e053f4d..ab8655a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM python:3.10-slim AS builder # Install Docker RUN apt update RUN apt install curl -y -RUN curl -sSL https://s.fascinated.cc/s/install-docker | bash +RUN curl -sSL https://git.fascinated.cc/Fascinated/linux-scripts/raw/branch/master/docker/install-docker.sh | bash # Step 2: Create the final image FROM python:3.10-slim