Skip to content

Commit bd7f8eb

Browse files
authored
chore: Update Dockerfile to install curl (#117)
1 parent 41b692d commit bd7f8eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
8080
libomp-dev \
8181
ca-certificates \
8282
libssl-dev \
83+
curl \
8384
&& rm -rf /var/lib/apt/lists/*
8485

8586
# Copy a lot of the Intel shared objects because of the mkl_serv_intel_cpu_true patch...

0 commit comments

Comments
 (0)