diff --git a/Dockerfile b/Dockerfile index bdb4dca..4a1ada0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc RUN echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\nautorefresh=1\ntype=rpm-md\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" | tee /etc/yum.repos.d/vscode.repo RUN dnf check-update # libxcrypt-compat is needed by python projects -RUN dnf install -y golang nodejs python3-devel mycli pgcli git-lfs awscli openssh-askpass make code libxcrypt-compat +RUN dnf install -y golang nodejs python3-devel mycli pgcli git-lfs awscli openssh-askpass make code libxcrypt-compat gettext # Devops stuff RUN dnf install -y ansible dig nmap