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

Add mising libxml2 libxslt1.1

parent 125f78b3
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -12,6 +12,8 @@ RUN set -x; \
curl \
git \
gnupg \
libxml2 \
libxslt1.1 \
npm \
openssh-client &&\
echo 'deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main' >> /etc/apt/sources.list.d/postgresql.list &&\
......@@ -23,7 +25,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 PyYAML zxcvbn phonenumbers Werkzeug==0.14.1 &&\
pip install simplejson WTForms zxcvbn PyYAML phonenumbers Werkzeug==0.14.1 &&\
apt-get -y purge ${APT_DEPS} &&\
apt-get -y autoremove &&\
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