Skip to content

Commit 203cdab

Browse files
committed
Update libc6-dev version in Dockerfile to specific release
Adjusted the installation command for libc6-dev to use the specific version 2.35-0ubuntu3.* for improved compatibility. Signed-off-by: Victor Chang <vicchang@nvidia.com>
1 parent 5a3c2e8 commit 203cdab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ENV DEBIAN_FRONTEND=noninteractive
3636
RUN apt-get clean \
3737
&& apt-get update \
3838
&& apt-get install -y --no-install-recommends curl \
39-
&& apt-get install -y libc6-dev=2.35-* \
39+
&& apt-get install -y libc6-dev=2.35-0ubuntu3.* \
4040
&& rm -rf /var/lib/apt/lists # this is a workaround for Mongo encryption library
4141

4242
WORKDIR /opt/monai/ig

0 commit comments

Comments
 (0)