File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,8 @@ 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
- # # ?
89
+ RUN mkdir -p ~/whitespace && git clone https://github.com/wspace/whitespace-haskell ~/whitespace && cd ~/whitespace && make -B
90
+ ENV PATH=$PATH:~/whitespace
90
91
91
92
# Setup Elm
92
93
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 && \
@@ -98,11 +99,11 @@ RUN mkdir -p ~/vlang && wget https://github.com/vlang/v/releases/download/weekly
98
99
unzip ~/vlang/vlang.zip -d ~/vlang
99
100
ENV PATH=$PATH:~/vlang/v
100
101
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
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
104
105
105
- RUN pip install wheel matplotlib numpy coconut scons
106
+ # RUN pip install wheel matplotlib numpy coconut scons
106
107
107
- RUN sudo sh -c 'npm install -g typescript'
108
+ # RUN sudo sh -c 'npm install -g typescript'
108
109
You can’t perform that action at this time.
0 commit comments