File tree Expand file tree Collapse file tree 3 files changed +0
-19
lines changed Expand file tree Collapse file tree 3 files changed +0
-19
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ export CARES_VERSION=1.16.0
5
5
export CMAKE_VERSION=3.15.2
6
6
export GOOGLETEST_REVISION=release-1.10.0
7
7
export GRPC_REVISION=v1.28.1
8
- export JQ_VERSION=1.6
9
8
export JSONCPP_REVISION=0.10.7
10
9
export LUAJIT2_VERSION=v2.1-20220708
11
10
export NCURSES_VERSION=6_0_20150725
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ RUN dnf -y install --nobest --allowerasing \
22
22
git \
23
23
elfutils-libelf-devel \
24
24
tbb-devel \
25
- jq-devel \
26
25
c-ares-devel \
27
26
# for USDT support
28
27
systemtap-sdt-devel && \
@@ -83,7 +82,6 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:latest@sha256:73064ec359dcd71e5
83
82
84
83
RUN microdnf -y install --nobest \
85
84
tbb \
86
- jq \
87
85
c-ares && \
88
86
microdnf -y clean all && \
89
87
rpm --verbose -e --nodeps $(rpm -qa 'curl' '*rpm*' '*dnf*' '*libsolv*' '*hawkey*' 'yum*' 'libyaml*' 'libarchive*' ) && \
You can’t perform that action at this time.
0 commit comments