From db4a57bbdb0192b5e46b17078a3a7292645c971b Mon Sep 17 00:00:00 2001 From: dylan <> Date: Wed, 27 Mar 2024 21:19:19 -0700 Subject: [PATCH] autoconfirm --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cb8e0d4..8b18f68 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ WORKDIR /app # COPY ./client ./client RUN apt-get update -RUN apt-get install libsdl2-dev +RUN apt-get -y install libsdl2-dev COPY ./pico8 ./pico8 # RUN echo "chmoding pico8"