We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
jq
shellcheck
1 parent 97ae8c1 commit fd3ff08Copy full SHA for fd3ff08
.circleci/config.yml
@@ -8,6 +8,7 @@ defaults: &defaults
8
aliases:
9
- &build-docker
10
name: Build Docker Image
11
+ no_output_timeout: 20m
12
command: |
13
docker build -t react-native-community/react-native .
14
docker run --rm --name rn-env react-native-community/react-native bin/sh -c "npx envinfo"
Dockerfile
@@ -87,6 +87,9 @@ RUN apt update -qq && apt install -qq -y --no-install-recommends \
87
libgl1 \
88
pulseaudio \
89
socat \
90
+ # Dev dependencies required by linters
91
+ jq \
92
+ shellcheck \
93
&& gem install bundler \
94
&& rm -rf /var/lib/apt/lists/*;
95
0 commit comments