Files
react-navigation/scripts/ci.Dockerfile
2017-05-15 18:57:22 -07:00

8 lines
206 B
Docker

FROM node:7.10.0
RUN apt-get update -y && \
apt-get install -y ocaml libelf1 && \
rm -rf /var/lib/apt/lists/* && \
curl -o- -L https://yarnpkg.com/install.sh | bash && \
npm install -g exp