Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoluks committed Jun 4, 2024
1 parent 4631b3b commit 6bc3263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kali/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ EOF
# Install .NET 6 SDK
RUN <<-EOF
wget https://packages.microsoft.com/config/debian/11/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
dpkg -i packages-microsoft-prod.deb
dpkg -i packages-microsoft-prod.deb && rm packages-microsoft-prod.deb
apt-get update
apt-get install dotnet-sdk-6.0
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 6bc3263

Please sign in to comment.