nmap package
All checks were successful
Build and Push / build-and-push (push) Successful in 3m0s

This commit is contained in:
Adam Štrauch 2025-04-22 11:04:28 +02:00
parent 2507622816
commit 736d212b7e
Signed by: cx
GPG key ID: 7262DAFE292BCE20

View file

@ -11,7 +11,7 @@ RUN dnf check-update
RUN dnf install -y golang nodejs python3-devel mycli pgcli git-lfs awscli openssh-askpass make code
# Devops stuff
RUN dnf install -y ansible dig
RUN dnf install -y ansible dig nmap
# User
RUN groupadd cx -g 1000