Skip to content
Extraits de code Groupes Projets
Valider 125f78b3 rédigé par remi-filament's avatar remi-filament
Parcourir les fichiers

Add missing python pkgs

parent 7812e775
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -23,7 +23,7 @@ RUN set -x; \ ...@@ -23,7 +23,7 @@ RUN set -x; \
apt-get install -y --no-install-recommends postgresql-client &&\ apt-get install -y --no-install-recommends postgresql-client &&\
apt-get install -y --no-install-recommends ${APT_DEPS} &&\ 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 -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 purge ${APT_DEPS} &&\
apt-get -y autoremove &&\ apt-get -y autoremove &&\
rm -rf /var/lib/apt/lists/* wkhtmltox.deb rm -rf /var/lib/apt/lists/* wkhtmltox.deb
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter