Skip to content

Commit

Permalink
Add some packages needed by LCG (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: jmcarcell <[email protected]>
  • Loading branch information
jmcarcell and jmcarcell authored Feb 12, 2025
1 parent 3eb356d commit c3f319d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Docker/alma9/alma9-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ RUN dnf update -y && \
# Tools
git patch vim wget epel-release \
# For fetching commits of packages
python3-requests python3-yaml && \
python3-requests python3-yaml \
# Needed by LCG
zlib-devel libuuid-devel && \
# For building and CI
dnf install -y ccache mold && \
dnf remove -y NetworkManager llvm-libs xorg-x11-fonts-ISO8859-1-100dpi dejavu-sans-fonts selinux-policy && \
Expand Down

0 comments on commit c3f319d

Please sign in to comment.