mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 06:05:37 +03:00
vscode
This commit is contained in:
parent
929d173739
commit
143a96ec57
@ -205,6 +205,11 @@ RUN dotnet help && \
|
||||
pwsh-preview -v && \
|
||||
pwsh -v
|
||||
|
||||
# install dotnet tools
|
||||
RUN dotnet tool list -g && \
|
||||
dotnet tool install -g dotnet-script && \
|
||||
dotnet tool list -g
|
||||
|
||||
##################################################################
|
||||
# AMXXModX setup
|
||||
##################################################################
|
||||
|
@ -69,6 +69,11 @@ RUN dotnet help && \
|
||||
pwsh-preview -v && \
|
||||
pwsh -v
|
||||
|
||||
# install dotnet tools
|
||||
RUN dotnet tool list -g && \
|
||||
dotnet tool install -g dotnet-script && \
|
||||
dotnet tool list -g
|
||||
|
||||
##################################################################
|
||||
# cleaninig up
|
||||
##################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user