Skip to content
Snippets Groups Projects
Commit 125f78b3 authored by remi-filament's avatar remi-filament
Browse files

Add missing python pkgs

parent 7812e775
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ RUN set -x; \
apt-get install -y --no-install-recommends postgresql-client &&\
apt-get install -y --no-install-recommends ${APT_DEPS} &&\
pip install -I -r https://raw.githubusercontent.com/OCA/OCB/12.0/requirements.txt &&\
pip install simplejson WTForms zxcvbn phonenumbers Werkzeug==0.14.1 &&\
pip install simplejson WTForms zxcvbn PyYAML zxcvbn phonenumbers Werkzeug==0.14.1 &&\
apt-get -y purge ${APT_DEPS} &&\
apt-get -y autoremove &&\
rm -rf /var/lib/apt/lists/* wkhtmltox.deb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment