Install new build dependencies in dockerfile

This commit is contained in:
murgatroid99 2019-02-07 15:17:31 -08:00
parent 27cb1c1b64
commit 8e39e32034
1 changed files with 1 additions and 1 deletions

View File

@ -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