mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-25 01:28:16 +00:00
7 lines
178 B
Docker
7 lines
178 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
|