Skip to content

Add devcontainer setup for whitespace #914

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ ENV PATH=$PATH:~/swift/usr/bin
RUN export DEBIAN_FRONTEND=noninteractive && apt-get -y install --no-install-recommends vim

# Setup whitespace
## ?
RUN mkdir -p ~/whitespace && git clone https://github.com/wspace/whitespace-haskell ~/whitespace && cd ~/whitespace && make -B
ENV PATH=$PATH:~/whitespace

# Setup Elm
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 && \
Expand All @@ -98,11 +99,11 @@ RUN mkdir -p ~/vlang && wget https://github.com/vlang/v/releases/download/weekly
unzip ~/vlang/vlang.zip -d ~/vlang
ENV PATH=$PATH:~/vlang/v

# Install the packages that needed extra help
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends crystal dart nim powershell scala dotnet-sdk-5.0 r-base racket
# # Install the packages that needed extra help
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
# && apt-get -y install --no-install-recommends crystal dart nim powershell scala dotnet-sdk-5.0 r-base racket

RUN pip install wheel matplotlib numpy coconut scons
# RUN pip install wheel matplotlib numpy coconut scons

RUN sudo sh -c 'npm install -g typescript'
# RUN sudo sh -c 'npm install -g typescript'