Skip to content

Commit 093bf15

Browse files
committed
install jq in centos container
1 parent e3d1378 commit 093bf15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static-builder-gnu.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ RUN yum install -y \
8080
patch \
8181
xz \
8282
libtool \
83+
jq \
8384
perl-IPC-Cmd ; \
8485
curl -o make.tgz -fsSL https://ftp.gnu.org/gnu/make/make-4.4.tar.gz && \
8586
tar -zxvf make.tgz && \

0 commit comments

Comments
 (0)