This commit is contained in:
2026-03-17 23:49:01 +01:00
parent 14f8d5d6d8
commit 90c1a914da
2 changed files with 8 additions and 4 deletions

View File

@@ -58,11 +58,13 @@ ENV HOME="/root" \
VIRTUAL_ENV=/lsiopy \ VIRTUAL_ENV=/lsiopy \
PATH="/lsiopy/bin:$PATH" PATH="/lsiopy/bin:$PATH"
# 2. Pakete installieren # 2. Pakete installieren (curl entfernt, da als curl-minimal bereits vorhanden)
RUN echo "**** install packages ****" && \ RUN echo "**** install packages ****" && \
microdnf install -y --nodocs \ microdnf install -y --nodocs \
glibc-all-langpacks \ glibc-all-langpacks \
curl jq nmap-ncat cronie && \ jq \
nmap-ncat \
cronie && \
microdnf clean all microdnf clean all
# 3. User und Verzeichnisse (getrennt vom Paket-Install!) # 3. User und Verzeichnisse (getrennt vom Paket-Install!)

View File

@@ -56,11 +56,13 @@ ENV HOME="/root" \
VIRTUAL_ENV=/lsiopy \ VIRTUAL_ENV=/lsiopy \
PATH="/lsiopy/bin:$PATH" PATH="/lsiopy/bin:$PATH"
# 2. Pakete installieren # 2. Pakete installieren (curl entfernt, da als curl-minimal bereits vorhanden)
RUN echo "**** install packages ****" && \ RUN echo "**** install packages ****" && \
microdnf install -y --nodocs \ microdnf install -y --nodocs \
glibc-all-langpacks \ glibc-all-langpacks \
curl jq nmap-ncat cronie && \ jq \
nmap-ncat \
cronie && \
microdnf clean all microdnf clean all
# 3. User und Verzeichnisse (getrennt vom Paket-Install!) # 3. User und Verzeichnisse (getrennt vom Paket-Install!)