Skip to content

Commit c38f5f2

Browse files
authored
Update Dockerfile with modern ENV command syntax (#76)
1 parent 1886a69 commit c38f5f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM mcr.microsoft.com/dotnet/sdk:9.0-noble
33
RUN dotnet --version
44

55
# Setting the path up to allow .NET tools
6-
ENV PATH "$PATH:/root/.dotnet/tools"
6+
ENV PATH="$PATH:/root/.dotnet/tools"
77

88
RUN dotnet tool install --global docfx --version 2.78.2
99

0 commit comments

Comments
 (0)