File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -99,11 +99,12 @@ RUN mkdir -p ~/vlang && wget https://github.com/vlang/v/releases/download/weekly
99
99
unzip ~/vlang/vlang.zip -d ~/vlang
100
100
ENV PATH=$PATH:~/vlang/v
101
101
102
- # # Install the packages that needed extra help
103
- # RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
104
- # && apt-get -y install --no-install-recommends crystal dart nim powershell scala dotnet-sdk-5.0 r-base racket
102
+ # Install the packages that needed extra help
103
+ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
104
+ && apt-get -y install --no-install-recommends crystal dart nim powershell scala dotnet-sdk-5.0 r-base racket
105
+
105
106
106
- # RUN pip install wheel matplotlib numpy coconut scons
107
+ RUN pip install wheel matplotlib numpy coconut scons
107
108
108
- # RUN sudo sh -c 'npm install -g typescript'
109
+ RUN sudo sh -c 'npm install -g typescript'
109
110
You can’t perform that action at this time.
0 commit comments