Skip to content

Commit

Permalink
add /usr/bin/time
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Aug 25, 2024
1 parent 02c21b5 commit 80dcea0
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions el9-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM cern/alma9-base:latest

LABEL description="CERN AlmaLinux 9"
LABEL maintainer="Paul Gessinger <[email protected]>"
LABEL version="1"

RUN dnf install -y https://linuxsoft.cern.ch/wlcg/el9/x86_64/HEP_OSlibs-9.1.0-2.el9.x86_64.rpm \
&& dnf -y clean all
1 change: 1 addition & 0 deletions ubuntu2204/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ RUN apt-get update -y \
zlib1g-dev \
ccache \
libsqlite3-dev \
time \
&& apt-get clean -y

# manual builds for hep-specific packages
Expand Down
1 change: 1 addition & 0 deletions ubuntu2204_clang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ RUN apt-get update -y \
zlib1g-dev \
ccache \
libsqlite3-dev \
time \
&& apt-get remove -y gcc g++ \
&& apt-get clean -y

Expand Down
1 change: 1 addition & 0 deletions ubuntu2204_exatrkx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ RUN apt-get update -y \
zlib1g-dev \
ccache \
libsqlite3-dev \
time \
&& apt-get clean -y

# manual builds for hep-specific packages
Expand Down
1 change: 1 addition & 0 deletions ubuntu2204_rocm_clang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ RUN apt-get update -y \
rsync \
zlib1g-dev \
ccache \
time \
&& apt-get remove -y gcc g++ \
&& apt-get clean -y

Expand Down
1 change: 1 addition & 0 deletions ubuntu2204_rocm_clang_cxx20/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ RUN apt-get update -y \
rsync \
zlib1g-dev \
ccache \
time \
&& apt-get remove -y gcc g++ \
&& apt-get clean -y

Expand Down
1 change: 1 addition & 0 deletions ubuntu2404/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ RUN apt-get update -y \
ccache \
python3-venv \
libsqlite3-dev \
time \
&& apt-get clean -y

# manual builds for hep-specific packages
Expand Down

0 comments on commit 80dcea0

Please sign in to comment.