We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88915ae commit 5a3c2e8Copy full SHA for 5a3c2e8
1 file changed
Dockerfile
@@ -36,7 +36,7 @@ ENV DEBIAN_FRONTEND=noninteractive
36
RUN apt-get clean \
37
&& apt-get update \
38
&& apt-get install -y --no-install-recommends curl \
39
- && apt-get install -y libc6-dev=2.35-0ubuntu3.9 \
+ && apt-get install -y libc6-dev=2.35-* \
40
&& rm -rf /var/lib/apt/lists # this is a workaround for Mongo encryption library
41
42
WORKDIR /opt/monai/ig
0 commit comments