Skip to content
Snippets Groups Projects
Commit 79fbcd48 authored by remi-filament's avatar remi-filament
Browse files
parent 43991484
Branches
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ RUN set -x; \ ...@@ -46,7 +46,7 @@ RUN set -x; \
apt-get install -y --no-install-recommends ${APT_DEPS} &&\ apt-get install -y --no-install-recommends ${APT_DEPS} &&\
curl https://bootstrap.pypa.io/get-pip.py | python /dev/stdin &&\ curl https://bootstrap.pypa.io/get-pip.py | python /dev/stdin &&\
pip install -I -r https://raw.githubusercontent.com/OCA/OCB/10.0/requirements.txt &&\ pip install -I -r https://raw.githubusercontent.com/OCA/OCB/10.0/requirements.txt &&\
pip install simplejson WTForms &&\ pip install simplejson WTForms 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
......
...@@ -41,7 +41,7 @@ RUN set -x; \ ...@@ -41,7 +41,7 @@ RUN set -x; \
apt-get install -y --no-install-recommends ${APT_DEPS} &&\ apt-get install -y --no-install-recommends ${APT_DEPS} &&\
curl https://bootstrap.pypa.io/get-pip.py | python3 /dev/stdin &&\ curl https://bootstrap.pypa.io/get-pip.py | python3 /dev/stdin &&\
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 &&\ pip install simplejson WTForms 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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment