Skip to content

Commit

Permalink
docker/jqfromsrc: add bison dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
RayPlante committed Dec 5, 2023
1 parent e8237b4 commit 3930bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/jqfromsrc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ From oar-metadata/pymongo-py2

RUN apt-get update && \
apt-get install -y libonig-dev curl build-essential libtool zip \
unzip autoconf git
unzip autoconf git bison

WORKDIR /root
RUN git clone http://github.com/stedolan/jq.git jq-dev && \
Expand Down

0 comments on commit 3930bc8

Please sign in to comment.