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