Skip to content

Commit b0c8307

Browse files
authored
Fix-devcontainer-commented-out-steps (#925)
* Add devcontainer setup for VimL/Vim script * Add devcontainer setup for whitespace * fix commented out dockerfile steps
1 parent b115149 commit b0c8307

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.devcontainer/Dockerfile

+6-5
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,12 @@ RUN mkdir -p ~/vlang && wget https://github.com/vlang/v/releases/download/weekly
9999
unzip ~/vlang/vlang.zip -d ~/vlang
100100
ENV PATH=$PATH:~/vlang/v
101101

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
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
105+
105106

106-
# RUN pip install wheel matplotlib numpy coconut scons
107+
RUN pip install wheel matplotlib numpy coconut scons
107108

108-
# RUN sudo sh -c 'npm install -g typescript'
109+
RUN sudo sh -c 'npm install -g typescript'
109110

0 commit comments

Comments
 (0)