Skip to content

Commit

Permalink
Add mold for alma9 and ubuntu22
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Feb 26, 2024
1 parent 1666c1c commit e4419da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Docker/alma9/alma9-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM gitlab-registry.cern.ch/linuxsupport/alma9-base
RUN dnf update -y && \
dnf groupinstall -y "Development Tools" && \
dnf install -y vim gfortran wget python3-pip epel-release mesa-libGL mesa-libGL-devel mesa-libGLU mesa-libGLU-devel krb5-devel && \
dnf install -y parallel ccache && \
dnf install -y parallel ccache mold && \
dnf clean all

RUN pip install boto3 requests
Expand Down
2 changes: 1 addition & 1 deletion Docker/ubuntu22/ubuntu22-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ubuntu:22.04
RUN apt update -y && \
apt upgrade -y && \
DEBIAN_FRONTEND=noninteractive apt install -y \
build-essential git python3 python3-pip vim unzip gfortran file curl wget pkg-config rsync tzdata libgl1-mesa-glx libgl1-mesa-dev libglu1-mesa libglu1-mesa-dev libkrb5-dev ccache && \
build-essential git python3 python3-pip vim unzip gfortran file curl wget pkg-config rsync tzdata libgl1-mesa-glx libgl1-mesa-dev libglu1-mesa libglu1-mesa-dev libkrb5-dev ccache mold && \
apt clean && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit e4419da

Please sign in to comment.