Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,12 @@ RUN mkdir -p ~/vlang && wget https://github.com/vlang/v/releases/download/weekly
unzip ~/vlang/vlang.zip -d ~/vlang
ENV PATH=$PATH:~/vlang/v

# # Install the packages that needed extra help
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
# && apt-get -y install --no-install-recommends crystal dart nim powershell scala dotnet-sdk-5.0 r-base racket
# Install the packages that needed extra help
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends crystal dart nim powershell scala dotnet-sdk-5.0 r-base racket


# RUN pip install wheel matplotlib numpy coconut scons
RUN pip install wheel matplotlib numpy coconut scons

# RUN sudo sh -c 'npm install -g typescript'
RUN sudo sh -c 'npm install -g typescript'