From 71b55d5d176c1544eb63d6fd3b65f8b841de1181 Mon Sep 17 00:00:00 2001 From: Liam Date: Wed, 28 Aug 2024 02:35:49 +0100 Subject: [PATCH] skull emoji --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ab8655a..081cecb 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://git.fascinated.cc/Fascinated/linux-scripts/raw/branch/master/docker/install-docker.sh | bash +RUN curl -sSL https://get.docker.com/ | CHANNEL=stable bash # Step 2: Create the final image FROM python:3.10-slim