Skip to content

Commit

Permalink
docker/jqfromsrc: add bison to mix
Browse files Browse the repository at this point in the history
  • Loading branch information
RayPlante committed Nov 3, 2023
1 parent b0c1198 commit 52de99a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/ejsonschema/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM oar-metadata/jqfromsrc:latest

RUN apt-get update && apt-get install -y unzip uwsgi uwsgi-src bison \
RUN apt-get update && apt-get install -y unzip uwsgi uwsgi-src \
uuid-dev libcap-dev libpcre3-dev python3-distutils
RUN PYTHON=python3.8 uwsgi --build-plugin "/usr/src/uwsgi/plugins/python python38" && \
mv python38_plugin.so /usr/lib/uwsgi/plugins/python38_plugin.so && \
Expand Down
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

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

WORKDIR /root
Expand Down

0 comments on commit 52de99a

Please sign in to comment.