kinda working wip

This commit is contained in:
dylan
2024-03-29 20:23:14 -07:00
parent d4d436f34a
commit a361871ec9
16 changed files with 267029 additions and 40 deletions

View File

@ -15,6 +15,9 @@ WORKDIR /app
# intentionally here only for temporary cache-busting test
# COPY ./client ./client
RUN apt update
RUN apt -y install python3
# RUN apt-get update
# RUN apt-get -y install libsdl2-dev
# RUN apt-get -y install xorg-dev