File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ RUN apt-get update && apt-get install -y \
43
43
xvfb \
44
44
tzdata \
45
45
unzip \
46
+ jq \
46
47
&& curl https://chromium.googlesource.com/chromium/src/+/HEAD/build/install-build-deps.sh\?format\=TEXT | base64 --decode | cat > /setup/install-build-deps.sh \
47
48
&& chmod +x /setup/install-build-deps.sh \
48
49
&& bash /setup/install-build-deps.sh --syms --no-prompt --no-chromeos-fonts --no-arm --no-nacl \
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
19
19
curl \
20
20
gnupg \
21
21
unzip \
22
+ jq \
22
23
# Dependencies for building python from source
23
24
build-essential \
24
25
libreadline-gplv2-dev \
@@ -61,4 +62,4 @@ ENV AS=/usr/bin/aarch64-linux-gnu-as \
61
62
CXX=/usr/bin/aarch64-linux-gnu-g++ \
62
63
LD=/usr/bin/aarch64-linux-gnu-ld \
63
64
FC=/usr/bin/aarch64-linux-gnu-gfortran \
64
- PKG_CONFIG_PATH=/usr/lib/aarch64-linux-gnu/pkgconfig
65
+ PKG_CONFIG_PATH=/usr/lib/aarch64-linux-gnu/pkgconfig
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
19
19
curl \
20
20
gnupg \
21
21
unzip \
22
+ jq \
22
23
# Dependencies for building python from source
23
24
build-essential \
24
25
libreadline-gplv2-dev \
@@ -61,4 +62,4 @@ ENV AS=/usr/bin/arm-linux-gnueabihf-as \
61
62
CXX=/usr/bin/arm-linux-gnueabihf-g++ \
62
63
LD=/usr/bin/arm-linux-gnueabihf-ld \
63
64
FC=/usr/bin/arm-linux-gnueabihf-gfortran \
64
- PKG_CONFIG_PATH=/usr/lib/arm-linux-gnueabihf/pkgconfig
65
+ PKG_CONFIG_PATH=/usr/lib/arm-linux-gnueabihf/pkgconfig
You can’t perform that action at this time.
0 commit comments