Skip to content

Commit

Permalink
updated to dotnet-sdk-9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl committed Jan 15, 2025
1 parent cda467f commit 5660416
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ ENV NO_UPDATE_NOTIFIER=true \
RUN <<EOF
set -e
apt-get update
apt-get install -y --no-install-recommends ca-certificates curl gnupg sshpass ruby-full build-essential zlib1g-dev dotnet-sdk-8.0
apt-get install -y --no-install-recommends software-properties-common ca-certificates curl gnupg sshpass ruby-full build-essential zlib1g-dev
add-apt-repository ppa:dotnet/backports
apt-get install -y --no-install-recommends dotnet-sdk-9.0
mkdir -p /etc/apt/keyrings
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list
Expand Down

0 comments on commit 5660416

Please sign in to comment.