Skip to content

Commit 38f466f

Browse files
committed
Print .NET version
1 parent dad1204 commit 38f466f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ RUN apt-get update \
3333
# https://docs.microsoft.com/en-us/dotnet/core/install/linux-ubuntu
3434
# https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-linux
3535
&& apt-get install -y ${INSTALL_VERSION} powershell \
36+
&& dotnet --info \
3637
&& apt-get clean \
3738
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)