File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 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
8686RUN export DEBIAN_FRONTEND=noninteractive && apt-get -y install --no-install-recommends vim
8787
8888# 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
9091
9192# Setup Elm
9293RUN 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
9899 unzip ~/vlang/vlang.zip -d ~/vlang
99100ENV PATH=$PATH:~/vlang/v
100101
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
104105
105- RUN pip install wheel matplotlib numpy coconut scons
106+ # RUN pip install wheel matplotlib numpy coconut scons
106107
107- RUN sudo sh -c 'npm install -g typescript'
108+ # RUN sudo sh -c 'npm install -g typescript'
108109
You can’t perform that action at this time.
0 commit comments