Skip to content
Snippets Groups Projects
Commit 7a967613ee44 authored by Florent Aide's avatar Florent Aide
Browse files

Add missing dependency

parent 0850d01dedbb
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
FROM ubuntu:xenial
MAINTAINER florent.aide@gmail.com
RUN apt-get update && apt-get -y -q install openjdk-8-jre python-setuptools python-pip ure libreoffice-java-common
RUN apt-get update && apt-get -y -q install openjdk-8-jre python-setuptools python-pip ure libreoffice-java-common libgoogle-gson-java
ADD sources/ /opt/sources
RUN pip install --upgrade --use-wheel --no-index --find-links=https://wheelhouse.xcg.io/xenial/py3o.renderserver/ -r /opt/sources/pip_reqs.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment