no need for python

This commit is contained in:
dylan 2024-03-29 20:23:39 -07:00
parent a361871ec9
commit 9dffa2ef8e

View File

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