Skip to content

Commit

Permalink
fix(docker): downgrade dotnet-sdk from 9.0 to 8.0 in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl committed Jan 15, 2025
1 parent 5660416 commit dbcb37b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ ENV NO_UPDATE_NOTIFIER=true \
RUN <<EOF
set -e
apt-get update
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
apt-get install -y --no-install-recommends software-properties-common ca-certificates curl gnupg sshpass ruby-full build-essential zlib1g-dev dotnet-sdk-8.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 dbcb37b

Please sign in to comment.