Skip to content

Commit 5a3c2e8

Browse files
committed
Update libc6-dev installation in Dockerfile to use wildcard version
Signed-off-by: Victor Chang <vicchang@nvidia.com>
1 parent 88915ae commit 5a3c2e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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-0ubuntu3.9 \
39+
&& apt-get install -y libc6-dev=2.35-* \
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)