This commit is contained in:
MarioMastr 2024-02-04 10:26:18 +00:00 committed by GitHub
commit 0d5c2b909e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,8 @@ RUN apt-get update && \
build-essential \
git \
pkgconf \
python3
python3 \
bsdmainutils
RUN mkdir /sm64
WORKDIR /sm64