We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad1204 commit 38f466fCopy full SHA for 38f466f
Dockerfile
@@ -33,5 +33,6 @@ RUN apt-get update \
33
# https://docs.microsoft.com/en-us/dotnet/core/install/linux-ubuntu
34
# https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-linux
35
&& apt-get install -y ${INSTALL_VERSION} powershell \
36
+ && dotnet --info \
37
&& apt-get clean \
38
&& rm -rf /var/lib/apt/lists/*
0 commit comments