Skip to content
Snippets Groups Projects
Unverified Commit fd3ff082 authored by Nicola Corti's avatar Nicola Corti Committed by GitHub
Browse files

feat: Add `jq` and `shellcheck` to the docker image (#195)

parent 97ae8c1c
No related branches found
Tags v7.0
No related merge requests found
......@@ -8,6 +8,7 @@ defaults: &defaults
aliases:
- &build-docker
name: Build Docker Image
no_output_timeout: 20m
command: |
docker build -t react-native-community/react-native .
docker run --rm --name rn-env react-native-community/react-native bin/sh -c "npx envinfo"
......
......@@ -87,6 +87,9 @@ RUN apt update -qq && apt install -qq -y --no-install-recommends \
libgl1 \
pulseaudio \
socat \
# Dev dependencies required by linters
jq \
shellcheck \
&& gem install bundler \
&& rm -rf /var/lib/apt/lists/*;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment