dev #1

Merged
pi-farm merged 5 commits from dev into main 2026-03-18 00:45:21 +00:00
2 changed files with 8 additions and 4 deletions
Showing only changes of commit 90c1a914da - Show all commits

View File

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

View File

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