Skip to content

Commit 5549575

Browse files
committed
add missing dependencies to aot test
1 parent 430ea56 commit 5549575

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frameworks/CSharp/sisk/sisk-cadente-aot.dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
2+
RUN apt-get update
3+
RUN apt-get -yqq install clang zlib1g-dev
24
WORKDIR /source
35

46
# copy csproj and restore as distinct layers

0 commit comments

Comments
 (0)