We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18655ae commit 230970aCopy full SHA for 230970a
1 file changed
Dockerfile
@@ -33,6 +33,7 @@ WORKDIR /app
33
34
# Install minimal runtime libraries
35
RUN apt-get update && apt-get install -y \
36
+ curl \
37
libhdf5-310 \
38
libnetcdf22 \
39
&& rm -rf /var/lib/apt/lists/*
0 commit comments