Skip to content

Commit 8935165

Browse files
committed
corrects file name for the Docker file
1 parent 924875b commit 8935165

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.devcontainer/Docker renamed to .devcontainer/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,3 @@ FROM mcr.microsoft.com/vscode/devcontainers/dotnet
66
# "install" the dotnet 3.1 & 6.0 runtime for tests
77
COPY --from=mcr.microsoft.com/dotnet/sdk:3.1 /usr/share/dotnet/shared /usr/share/dotnet/shared
88
COPY --from=mcr.microsoft.com/dotnet/sdk:6.0 /usr/share/dotnet/shared /usr/share/dotnet/shared
9-
10-
# Add mono complete for omnisharp
11-
RUN apt-get install -y mono-complete

0 commit comments

Comments
 (0)