Skip to content

Commit 475b072

Browse files
committed
🧑‍💻 update dockerfile for devcontainer
1 parent ee36517 commit 475b072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ RUN apt-get update && apt-get install -y \
1111
unzip \
1212
xz-utils \
1313
zip \
14-
libglu1-mesa \
1514
software-properties-common \
1615
&& apt-get clean \
1716
&& rm -rf /var/lib/apt/lists/*
@@ -21,6 +20,7 @@ RUN curl -L https://dot.net/v1/dotnet-install.sh -o dotnet-install.sh \
2120
&& chmod +x dotnet-install.sh \
2221
&& ./dotnet-install.sh --channel 10.0 --install-dir /opt/dotnet \
2322
&& rm dotnet-install.sh \
23+
&& ln -s /opt/dotnet /home/vscode/.dotnet \
2424
&& export DOTNET_ROOT=/opt/dotnet \
2525
&& export PATH=$PATH:$DOTNET_ROOT:$DOTNET_ROOT/tools
2626

0 commit comments

Comments
 (0)