From 0bc83625ed60c98438b902c7edd1efe4c229706a Mon Sep 17 00:00:00 2001 From: MarioMastr <84964352+MarioMastr@users.noreply.github.com> Date: Sun, 4 Feb 2024 10:24:03 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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