Skip to content
Snippets Groups Projects
Verified Commit e5545ccc authored by David Beniamine's avatar David Beniamine
Browse files

Image updated

parent b15195a1
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,9 @@ RUN apt-get update ...@@ -4,6 +4,9 @@ RUN apt-get update
RUN apt-get -y upgrade RUN apt-get -y upgrade
RUN apt-get update RUN apt-get update
RUN apt-get -y install openjdk-11-jre
FROM base As builder FROM base As builder
RUN apt-get install -y \ RUN apt-get install -y \
...@@ -31,7 +34,6 @@ RUN apt-get install -y \ ...@@ -31,7 +34,6 @@ RUN apt-get install -y \
graphviz \ graphviz \
libapache2-mod-wsgi-py3 \ libapache2-mod-wsgi-py3 \
npm \ npm \
openjdk-11-jre \
python-dev \ python-dev \
python3-pip python3-pip
...@@ -45,7 +47,6 @@ RUN a2dissite 000-default ...@@ -45,7 +47,6 @@ RUN a2dissite 000-default
RUN a2ensite flask RUN a2ensite flask
COPY --from=builder /opt/unl2rdf/unl2rdf-app/target/unl2rdf-app-*-with-dependencies.jar /opt/unl2rdf.jar COPY --from=builder /opt/unl2rdf/unl2rdf-app/target/unl2rdf-app-*-with-dependencies.jar /opt/unl2rdf.jar
#COPY --from=builder /opt/unl2rdf/Examples/exemples_unl.txt /opt/
# Force code reloading # Force code reloading
RUN sed -i 's/^\(\s*MaxConnectionsPerChild\s*\) 0/\1 1/g' /etc/apache2/mods-enabled/mpm_event.conf RUN sed -i 's/^\(\s*MaxConnectionsPerChild\s*\) 0/\1 1/g' /etc/apache2/mods-enabled/mpm_event.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment