4.
This commit is contained in:
@@ -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!)
|
||||
|
||||
Reference in New Issue
Block a user