From 697cebc26f61a192226464c05bde989b41c48ae4 Mon Sep 17 00:00:00 2001 From: dylan <> Date: Wed, 27 Mar 2024 21:15:29 -0700 Subject: [PATCH] install libsdl2 in Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index c0de9b5..134efb9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,8 @@ WORKDIR /app # intentionally here only for temporary cache-busting test # COPY ./client ./client +RUN apt-get install libsdl2-2.0-0 + COPY ./pico8 ./pico8 # RUN echo "chmoding pico8" # RUN chmod +x ./usr/bin/pico8