From 9dffa2ef8ea82b273a114de0cf56b6c63a643a66 Mon Sep 17 00:00:00 2001 From: dylan <> Date: Fri, 29 Mar 2024 20:23:39 -0700 Subject: [PATCH] no need for python --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0d2933f..19ed17f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,8 +15,8 @@ WORKDIR /app # intentionally here only for temporary cache-busting test # COPY ./client ./client -RUN apt update -RUN apt -y install python3 +# RUN apt update +# RUN apt -y install python3 # RUN apt-get update # RUN apt-get -y install libsdl2-dev