Switched to the Rocky Minimal image

This commit is contained in:
Doc
2024-08-08 08:13:02 +02:00
parent 637e66ce80
commit 531c011746

View File

@@ -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