From 531c011746026315576d3737cc63da12212e7db3 Mon Sep 17 00:00:00 2001 From: Doc Date: Thu, 8 Aug 2024 08:13:02 +0200 Subject: [PATCH] Switched to the Rocky Minimal image --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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