diff --git a/tools/release/native/Dockerfile b/tools/release/native/Dockerfile index 35e841cc..ccc9a69d 100644 --- a/tools/release/native/Dockerfile +++ b/tools/release/native/Dockerfile @@ -1,7 +1,7 @@ FROM debian:jessie RUN apt-get update -RUN apt-get install -y curl build-essential python libc6-dev-i386 lib32stdc++-4.9-dev +RUN apt-get install -y curl build-essential python libc6-dev-i386 lib32stdc++-4.9-dev cmake jq RUN curl -fsSL get.docker.com | bash RUN mkdir /usr/local/nvm