try something else

This commit is contained in:
dylan 2024-03-27 21:26:28 -07:00
parent db4a57bbdb
commit fe1e5ed1c9

View File

@ -17,6 +17,7 @@ WORKDIR /app
RUN apt-get update
RUN apt-get -y install libsdl2-dev
RUN apt-get -y install xorg-dev
COPY ./pico8 ./pico8
# RUN echo "chmoding pico8"