Remove accidentily added package findutils

This commit is contained in:
Matthias Krack 2026-02-08 22:14:43 +01:00
parent 136a596132
commit fad18cd9cc
11 changed files with 0 additions and 11 deletions

View file

@ -54,7 +54,6 @@ RUN /bin/bash -o pipefail -c "source ./make_cp2k.sh -cv psmp -gv 13 -mpi openmpi
FROM "${BASE_IMAGE}" AS install_cp2k
RUN apt-get update -qq && apt-get install -qq --no-install-recommends \
findutils \
g++ g++-13 gcc gcc-13 gfortran gfortran-13 \
python3 \
&& rm -rf /var/lib/apt/lists/*

View file

@ -54,7 +54,6 @@ RUN /bin/bash -o pipefail -c "source ./make_cp2k.sh -cv psmp -gv 13 -mpi mpich"
FROM "${BASE_IMAGE}" AS install_cp2k
RUN apt-get update -qq && apt-get install -qq --no-install-recommends \
findutils \
g++ g++-13 gcc gcc-13 gfortran gfortran-13 \
python3 \
&& rm -rf /var/lib/apt/lists/*

View file

@ -54,7 +54,6 @@ RUN /bin/bash -o pipefail -c "source ./make_cp2k.sh -cv psmp -gv 13 -mpi mpich"
FROM "${BASE_IMAGE}" AS install_cp2k
RUN apt-get update -qq && apt-get install -qq --no-install-recommends \
findutils \
g++ g++-13 gcc gcc-13 gfortran gfortran-13 \
python3 \
&& rm -rf /var/lib/apt/lists/*

View file

@ -54,7 +54,6 @@ RUN /bin/bash -o pipefail -c "source ./make_cp2k.sh -cv psmp -gv 10 -mpi mpich"
FROM "${BASE_IMAGE}" AS install_cp2k
RUN apt-get update -qq && apt-get install -qq --no-install-recommends \
findutils \
g++ g++-10 gcc gcc-10 gfortran gfortran-10 \
python3 \
&& rm -rf /var/lib/apt/lists/*

View file

@ -54,7 +54,6 @@ RUN /bin/bash -o pipefail -c "source ./make_cp2k.sh -cv psmp -gv 11 -mpi mpich"
FROM "${BASE_IMAGE}" AS install_cp2k
RUN apt-get update -qq && apt-get install -qq --no-install-recommends \
findutils \
g++ g++-11 gcc gcc-11 gfortran gfortran-11 \
python3 \
&& rm -rf /var/lib/apt/lists/*

View file

@ -54,7 +54,6 @@ RUN /bin/bash -o pipefail -c "source ./make_cp2k.sh -cv psmp -gv 12 -mpi mpich"
FROM "${BASE_IMAGE}" AS install_cp2k
RUN apt-get update -qq && apt-get install -qq --no-install-recommends \
findutils \
g++ g++-12 gcc gcc-12 gfortran gfortran-12 \
python3 \
&& rm -rf /var/lib/apt/lists/*

View file

@ -54,7 +54,6 @@ RUN /bin/bash -o pipefail -c "source ./make_cp2k.sh -cv psmp -gv 14 -mpi mpich"
FROM "${BASE_IMAGE}" AS install_cp2k
RUN apt-get update -qq && apt-get install -qq --no-install-recommends \
findutils \
g++ g++-14 gcc gcc-14 gfortran gfortran-14 \
python3 \
&& rm -rf /var/lib/apt/lists/*

View file

@ -54,7 +54,6 @@ RUN /bin/bash -o pipefail -c "source ./make_cp2k.sh -cv psmp -gv 15 -mpi mpich"
FROM "${BASE_IMAGE}" AS install_cp2k
RUN apt-get update -qq && apt-get install -qq --no-install-recommends \
findutils \
g++ gcc gfortran \
python3 \
&& rm -rf /var/lib/apt/lists/*

View file

@ -54,7 +54,6 @@ RUN /bin/bash -o pipefail -c "source ./make_cp2k.sh -cv ssmp -gv 13 -mpi no"
FROM "${BASE_IMAGE}" AS install_cp2k
RUN apt-get update -qq && apt-get install -qq --no-install-recommends \
findutils \
g++ g++-13 gcc gcc-13 gfortran gfortran-13 \
python3 \
&& rm -rf /var/lib/apt/lists/*

View file

@ -54,7 +54,6 @@ RUN /bin/bash -o pipefail -c "source ./make_cp2k.sh -cv ssmp-static -gv 14 -mpi
FROM "${BASE_IMAGE}" AS install_cp2k
RUN apt-get update -qq && apt-get install -qq --no-install-recommends \
findutils \
g++ gcc gfortran \
python3 \
&& rm -rf /var/lib/apt/lists/*

View file

@ -731,7 +731,6 @@ RUN dnf -qy install \
elif base_image == "ubuntu:24.04":
output += rf"""
RUN apt-get update -qq && apt-get install -qq --no-install-recommends \
findutils \
{gcc_compilers} \
python3 \
&& rm -rf /var/lib/apt/lists/*