From 7a309448622fe03d7e426f50d3caa167a9773d67 Mon Sep 17 00:00:00 2001 From: dylan <> Date: Wed, 27 Mar 2024 21:16:30 -0700 Subject: [PATCH] try -dev --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 134efb9..51bcd9c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ WORKDIR /app # intentionally here only for temporary cache-busting test # COPY ./client ./client -RUN apt-get install libsdl2-2.0-0 +RUN apt-get install libsdl2-dev COPY ./pico8 ./pico8 # RUN echo "chmoding pico8"