Update Dockerfile

This commit is contained in:
MarioMastr 2024-02-04 10:24:03 +00:00 committed by GitHub
parent 9921382a68
commit 0bc83625ed
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