Add libxcrypt-compat package
All checks were successful
Build and Push / build-and-push (push) Successful in 2m16s

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

View file

@ -8,7 +8,8 @@ RUN dnf install -y duf fd-find fish fzf htop ncdu tmux vim zstd ipcalc sdcv tldr
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
RUN dnf install -y golang nodejs python3-devel mycli pgcli git-lfs awscli openssh-askpass make code
# 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
# Devops stuff
RUN dnf install -y ansible dig nmap