Commit dae9d611 authored by delanoe's avatar delanoe

FIX, adding bzip2 in case user untar librairy inside the docker.

parent 413a9c54
......@@ -41,8 +41,10 @@ RUN apt-get update && apt-get install -y \
# ^for numpy, pandas
python3-numexpr \
# ^ for numpy performance
libxml2-dev libxslt-dev
libxml2-dev libxslt-dev \
# ^ for lxml
bzip2
# ^ for the Gargantext librairies
### PROD VERSION OF GARGANTEXT ONLY
#RUN apt-get install -y uwsgi nginx uwsgi-plugin-python rabbitmq-server
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment