Skip to content

Commit 56f069a

Browse files
neildsouthwoodheadio
authored andcommitted
update libc6-dev dependancy
Signed-off-by: Neil South <[email protected]>
1 parent e04840b commit 56f069a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Dockerfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM mcr.microsoft.com/dotnet/sdk:8.0-jammy as build
15+
FROM mcr.microsoft.com/dotnet/sdk:6.0-jammy as build
1616

1717
# Install the tools
1818
RUN dotnet tool install --tool-path /tools dotnet-trace
@@ -36,12 +36,9 @@ 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.6 \
39+
&& apt-get install -y libc6-dev=2.35-0ubuntu3.7 \
4040
&& rm -rf /var/lib/apt/lists # this is a workaround for Mongo encryption library
4141

42-
43-
44-
4542
WORKDIR /opt/monai/ig
4643

4744
RUN chown -R appuser:appuser /opt/monai/ig

0 commit comments

Comments
 (0)