Skip to content

Commit

Permalink
add unzip everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Dec 18, 2024
1 parent 87ab80e commit cc4444b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ubuntu2204/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ RUN apt-get update -y \
libsqlite3-dev \
time \
clang \
unzip \
file \
&& apt-get clean -y

# manual builds for hep-specific packages
Expand Down
2 changes: 2 additions & 0 deletions ubuntu2404/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ RUN apt-get update -y \
libsqlite3-dev \
time \
clang \
unzip \
file \
&& apt-get clean -y

ENV ONNXRUNTIME_VERSION=1.18.1
Expand Down
2 changes: 2 additions & 0 deletions ubuntu2404_clang19/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ RUN apt-get update -y \
libsqlite3-dev \
time \
clang-19 \
unzip \
file \
&& apt-get clean -y

ENV CXX clang++-19
Expand Down

0 comments on commit cc4444b

Please sign in to comment.