Skip to content

Commit a393a72

Browse files
committed
Fix: Add gzip installation to Dockerfile for build tools
1 parent b8b78ef commit a393a72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.intel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ENV ONEAPI_VER=${ONEAPI_VER}
88
# Basic build tools
99
RUN apt-get update && apt-get install -y \
1010
bc cmake git gnupg gcc g++ python3-numpy wget unzip ca-certificates \
11+
gzip \
1112
vim sudo build-essential curl pkg-config \
1213
libcereal-dev libxc-dev libgtest-dev libgmock-dev libbenchmark-dev \
1314
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)