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 2222# (c) 2016-2021 solidity contributors.
2323# ------------------------------------------------------------------------------
2424FROM gcr.io/oss-fuzz-base/base-clang:latest as base
25- LABEL version="15 "
25+ LABEL version="16 "
2626
2727ARG DEBIAN_FRONTEND=noninteractive
2828
@@ -32,7 +32,7 @@ RUN apt-get update; \
3232 software-properties-common \
3333 ninja-build git wget \
3434 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 ; \
3636 apt-get install -qy python3-pip;
3737
3838# Install cmake 3.21.2 (minimum requirement is cmake 3.10)
Original file line number Diff line number Diff line change 2222# (c) 2016-2019 solidity contributors.
2323# ------------------------------------------------------------------------------
2424FROM buildpack-deps:focal AS base
25- LABEL version="10 "
25+ LABEL version="11 "
2626
2727ARG DEBIAN_FRONTEND=noninteractive
2828
@@ -37,7 +37,7 @@ RUN set -ex; \
3737 cmake ninja-build \
3838 libboost-filesystem-dev libboost-test-dev libboost-system-dev \
3939 libboost-program-options-dev \
40- libcvc4-dev libz3-static-dev z3-static \
40+ libcvc4-dev libz3-static-dev z3-static jq \
4141 ; \
4242 apt-get install -qy python3-pip python3-sphinx; \
4343 pip3 install codecov; \
Original file line number Diff line number Diff line change 2222# (c) 2016-2019 solidity contributors.
2323# ------------------------------------------------------------------------------
2424FROM buildpack-deps:focal AS base
25- LABEL version="10 "
25+ LABEL version="11 "
2626
2727ARG DEBIAN_FRONTEND=noninteractive
2828
@@ -38,7 +38,7 @@ RUN set -ex; \
3838 libboost-filesystem-dev libboost-test-dev libboost-system-dev \
3939 libboost-program-options-dev \
4040 clang \
41- libz3-static-dev \
41+ libz3-static-dev jq \
4242 ; \
4343 rm -rf /var/lib/apt/lists/*
4444
You can’t perform that action at this time.
0 commit comments