Skip to content

Commit

Permalink
ci: Fix ubunutu build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Jun 19, 2024
1 parent 2028197 commit 1f50c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apt-get update -qq \
# Install .NET SDK
# see: https://docs.microsoft.com/en-us/dotnet/core/install/linux-ubuntu
RUN apt-get update -qq \
&& apt-get install -yq dotnet-sdk-6.0 \
&& apt-get install -yq dotnet-sdk-8.0 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
# Trigger first run experience by running arbitrary cmd
Expand Down

0 comments on commit 1f50c92

Please sign in to comment.