Skip to content

Commit b115149

Browse files
ShadowMitiantindle
andauthored
Add devcontainer setup for whitespace (#914)
* Add devcontainer setup for VimL/Vim script * Add devcontainer setup for whitespace Co-authored-by: Nicholas Tindle <[email protected]>
1 parent d440c5d commit b115149

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.devcontainer/Dockerfile

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ ENV PATH=$PATH:~/swift/usr/bin
8686
RUN 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
9293
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
9899
unzip ~/vlang/vlang.zip -d ~/vlang
99100
ENV 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

0 commit comments

Comments
 (0)