Skip to content

Commit

Permalink
Change the place of ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Feb 24, 2024
1 parent 88a1fff commit 73833d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docker/alma9/alma9-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ FROM gitlab-registry.cern.ch/linuxsupport/alma9-base
# wget needed for some tests
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 ccache && \
dnf install -y parallel && \
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 clean all

RUN pip install boto3 requests
Expand Down

0 comments on commit 73833d8

Please sign in to comment.