Skip to content

Commit 230970a

Browse files
committed
add curl to docker image
1 parent 18655ae commit 230970a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ WORKDIR /app
3333

3434
# Install minimal runtime libraries
3535
RUN apt-get update && apt-get install -y \
36+
curl \
3637
libhdf5-310 \
3738
libnetcdf22 \
3839
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)