diff --git a/Dockerfile b/Dockerfile index 29a113b..efb6081 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 +RUN dnf install -y ansible dig # User RUN groupadd cx -g 1000