Add gettext
All checks were successful
Build and Push / build-and-push (push) Successful in 2m14s

This commit is contained in:
Adam Štrauch 2025-04-22 19:27:23 +02:00
parent 40b6ffb124
commit 7093bbfff2
Signed by: cx
GPG key ID: 7262DAFE292BCE20

View file

@ -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 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 RUN dnf check-update
# libxcrypt-compat is needed by python projects # 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 # Devops stuff
RUN dnf install -y ansible dig nmap RUN dnf install -y ansible dig nmap