File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
scripts/docker/buildpack-deps Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
22
# (c) 2016-2021 solidity contributors.
23
23
# ------------------------------------------------------------------------------
24
24
FROM gcr.io/oss-fuzz-base/base-clang:latest as base
25
- LABEL version="15 "
25
+ LABEL version="16 "
26
26
27
27
ARG DEBIAN_FRONTEND=noninteractive
28
28
@@ -32,7 +32,7 @@ RUN apt-get update; \
32
32
software-properties-common \
33
33
ninja-build git wget \
34
34
libbz2-dev zlib1g-dev git curl uuid-dev \
35
- pkg-config openjdk-8-jdk liblzma-dev unzip mlton m4; \
35
+ pkg-config openjdk-8-jdk liblzma-dev unzip mlton m4 jq ; \
36
36
apt-get install -qy python3-pip;
37
37
38
38
# Install cmake 3.21.2 (minimum requirement is cmake 3.10)
Original file line number Diff line number Diff line change 22
22
# (c) 2016-2019 solidity contributors.
23
23
# ------------------------------------------------------------------------------
24
24
FROM buildpack-deps:focal AS base
25
- LABEL version="10 "
25
+ LABEL version="11 "
26
26
27
27
ARG DEBIAN_FRONTEND=noninteractive
28
28
@@ -37,7 +37,7 @@ RUN set -ex; \
37
37
cmake ninja-build \
38
38
libboost-filesystem-dev libboost-test-dev libboost-system-dev \
39
39
libboost-program-options-dev \
40
- libcvc4-dev libz3-static-dev z3-static \
40
+ libcvc4-dev libz3-static-dev z3-static jq \
41
41
; \
42
42
apt-get install -qy python3-pip python3-sphinx; \
43
43
pip3 install codecov; \
Original file line number Diff line number Diff line change 22
22
# (c) 2016-2019 solidity contributors.
23
23
# ------------------------------------------------------------------------------
24
24
FROM buildpack-deps:focal AS base
25
- LABEL version="10 "
25
+ LABEL version="11 "
26
26
27
27
ARG DEBIAN_FRONTEND=noninteractive
28
28
@@ -38,7 +38,7 @@ RUN set -ex; \
38
38
libboost-filesystem-dev libboost-test-dev libboost-system-dev \
39
39
libboost-program-options-dev \
40
40
clang \
41
- libz3-static-dev \
41
+ libz3-static-dev jq \
42
42
; \
43
43
rm -rf /var/lib/apt/lists/*
44
44
You can’t perform that action at this time.
0 commit comments