diff --git a/Dockerfile b/Dockerfile index 40af996fce..8816d9b288 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,8 @@ RUN apt-get update && \ build-essential \ git \ pkgconf \ - python3 + python3 \ + bsdmainutils RUN mkdir /sm64 WORKDIR /sm64