diff --git a/Dockerfile b/Dockerfile index 35bcff2..be0e3fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ -FROM rockylinux:9 +FROM rockylinux:9-minimal ARG VERSION="1.19.8" -RUN dnf install epel-release -y +RUN microdnf install epel-release -y -RUN dnf install procps-ng screen wget libicu -y +RUN microdnf install procps-ng screen wget libicu tar findutils -y RUN useradd -d /home/vintagestory vintagestory