Skip to content

Commit

Permalink
docker/ejsonschema: 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 bb030f5 commit b0c1198
Showing 1 changed file with 1 addition and 1 deletion.
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 \
RUN apt-get update && apt-get install -y unzip uwsgi uwsgi-src bison \
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

0 comments on commit b0c1198

Please sign in to comment.