From 52de99a9b73247579e93d90c01eab1bdab568012 Mon Sep 17 00:00:00 2001 From: RayPlante Date: Fri, 3 Nov 2023 17:19:22 -0400 Subject: [PATCH] docker/jqfromsrc: add bison to mix --- docker/ejsonschema/Dockerfile | 2 +- docker/jqfromsrc/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/ejsonschema/Dockerfile b/docker/ejsonschema/Dockerfile index 76edfc6..c7ce8ca 100644 --- a/docker/ejsonschema/Dockerfile +++ b/docker/ejsonschema/Dockerfile @@ -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 && \ diff --git a/docker/jqfromsrc/Dockerfile b/docker/jqfromsrc/Dockerfile index 5b2107e..258e41d 100644 --- a/docker/jqfromsrc/Dockerfile +++ b/docker/jqfromsrc/Dockerfile @@ -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