Skip to content

Commit

Permalink
FIX jepst dockerfile comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wabscale committed Oct 26, 2023
1 parent 97d7142 commit 5a39685
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions theia-jepst/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ RUN set -eux; \
\
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;` \
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 5a39685

Please sign in to comment.