Skip to content
Open
Show file tree
Hide file tree
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
8 changes: 2 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@ FROM node:15 as dist
ARG COMPILER_PARAM=""
ENV COMPILER_PARAM=$COMPILER_PARAM

RUN apt update
RUN apt -y install git apt-transport-https software-properties-common
#RUN echo "deb http://dl.bintray.com/sbt/debian /" | tee -a /etc/apt/sources.list.d/sbt.list
#RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2EE0EA64E40A89B84B2DF73499E82A75642AC823
RUN apt-get update
RUN apt-get -y install openjdk-8-jre
RUN echo "deb http://archive.debian.org/debian stretch main" > /etc/apt/sources.list
RUN apt-get update && apt-get install -y git apt-transport-https software-properties-common openjdk-8-jre

RUN wget https://github.com/sbt/sbt/releases/download/v1.5.0/sbt-1.5.0.tgz
RUN tar xzvf sbt-1.5.0.tgz -C /usr/share/
Expand Down
54 changes: 34 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "waves-ide",
"version": "2.3.5",
"version": "2.3.6",
"description": "Waves smart contact IDE",
"main": "index.js",
"repository": "http://github.com/wavesplatform/waves-ide",
Expand Down Expand Up @@ -31,7 +31,7 @@
"bb >= 10"
],
"dependencies": {
"@waves/ride-js": "2.2.5",
"@waves/ride-js": "2.2.9",
"@waves/ride-language-server": "^1.1.4",
"@waves.exchange/provider-web": "1.0.2",
"@waves/js-test-env": "1.1.4-beta",
Expand Down