mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-03-06 22:39:41 +08:00
8 lines
206 B
Docker
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
|