File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,7 @@ ENV PATH=$PATH:~/swift/usr/bin
86
86
RUN export DEBIAN_FRONTEND=noninteractive && apt-get -y install --no-install-recommends vim
87
87
88
88
# Setup whitespace
89
- RUN mkdir -p ~/whitespace && git clone https://github.com/wspace/whitespace-haskell ~/whitespace && cd ~/whitespace && make -B
90
- ENV PATH=$PATH:~/whitespace
89
+ # # ?
91
90
92
91
# Setup Elm
93
92
RUN mkdir -p ~/elm && curl -L -o ~/elm/elm.gz https://github.com/elm/compiler/releases/download/0.19.1/binary-for-linux-64-bit.gz && \
@@ -99,11 +98,11 @@ RUN mkdir -p ~/vlang && wget https://github.com/vlang/v/releases/download/weekly
99
98
unzip ~/vlang/vlang.zip -d ~/vlang
100
99
ENV PATH=$PATH:~/vlang/v
101
100
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
101
+ # Install the packages that needed extra help
102
+ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
103
+ && apt-get -y install --no-install-recommends crystal dart nim powershell scala dotnet-sdk-5.0 r-base racket
105
104
106
- # RUN pip install wheel matplotlib numpy coconut scons
105
+ RUN pip install wheel matplotlib numpy coconut scons
107
106
108
- # RUN sudo sh -c 'npm install -g typescript'
107
+ RUN sudo sh -c 'npm install -g typescript'
109
108
You can’t perform that action at this time.
0 commit comments