Skip to content

Commit

Permalink
ADD e20utils to jepst docker
Browse files Browse the repository at this point in the history
  • Loading branch information
nickelpro authored and wabscale committed Oct 26, 2023
1 parent 1da5647 commit 97d7142
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions theia-jepst/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ RUN set -eux; \
unzip; \
\
if [ "$WEBTOP" = "ON" ]; then apt-get install -y --no-install-recommends gtkwave; fi; \
`# E20 utils`\
`wget https://vito.nyc/e20utils.zip;` \
`unzip e20utils.zip;` \
`chmod +x vea ved vem;` \
`mv -t /usr/local/bin vea ved vem;` \
`rm e20utils.zip;` \
`# Haskell` \
wget https://github.com/haskell/haskell-language-server/releases/download/1.5.1/haskell-language-server-Linux-9.0.1.gz; \
gzip -d haskell-language-server-Linux-9.0.1.gz; \
Expand Down

0 comments on commit 97d7142

Please sign in to comment.