Skip to content

Commit

Permalink
Install clang before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnygunawan committed Dec 2, 2024
1 parent 9876497 commit 4d2233c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ WORKDIR /app
EXPOSE 80

FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
RUN apt update
RUN apt install -y clang zlib1g-dev
WORKDIR /src
COPY ["BotNet/BotNet.csproj", "BotNet/"]
RUN dotnet restore "BotNet/BotNet.csproj"
Expand Down

0 comments on commit 4d2233c

Please sign in to comment.