Dig package
All checks were successful
Build and Push / build-and-push (push) Successful in 1m16s

This commit is contained in:
Adam Štrauch 2025-04-22 09:10:45 +02:00
parent 71f33ed1f2
commit 2507622816
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 RUN dnf install -y golang nodejs python3-devel mycli pgcli git-lfs awscli openssh-askpass make code
# Devops stuff # Devops stuff
RUN dnf install -y ansible RUN dnf install -y ansible dig
# User # User
RUN groupadd cx -g 1000 RUN groupadd cx -g 1000