Skip to content

Commit ce07929

Browse files
authored
Revert "Add devcontainer setup for whitespace (#914)"
This reverts commit b115149.
1 parent b115149 commit ce07929

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.devcontainer/Dockerfile

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ 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-
RUN mkdir -p ~/whitespace && git clone https://github.com/wspace/whitespace-haskell ~/whitespace && cd ~/whitespace && make -B
90-
ENV PATH=$PATH:~/whitespace
89+
## ?
9190

9291
# Setup Elm
9392
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
9998
unzip ~/vlang/vlang.zip -d ~/vlang
10099
ENV PATH=$PATH:~/vlang/v
101100

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
105104

106-
# RUN pip install wheel matplotlib numpy coconut scons
105+
RUN pip install wheel matplotlib numpy coconut scons
107106

108-
# RUN sudo sh -c 'npm install -g typescript'
107+
RUN sudo sh -c 'npm install -g typescript'
109108

0 commit comments

Comments
 (0)