diff --git a/Dockerfile b/Dockerfile index 40af996f..8816d9b2 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