Switched to the Rocky Minimal image
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user