commented ldap support on Dockerfile

This commit is contained in:
nemmeviu 2017-12-16 16:45:51 -03:00
parent 16d5988408
commit e1c5c4d3ff
3 changed files with 21 additions and 0 deletions

View File

@ -20,6 +20,13 @@ RUN set -x; \
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false npm \
&& rm -rf /var/lib/apt/lists/* wkhtmltox.deb \
&& pip install psycogreen==1.0
## Uncomment this lines to add ldap auth support
#RUN set -x; \
# apt-get install -y --no-install-recommends \
# python-dev gcc libldap2-dev libssl-dev ; \
# pip install pyldap
# Install Odoo
ENV ODOO_VERSION 10.0

View File

@ -23,6 +23,13 @@ RUN set -x; \
&& cp wkhtmltox/bin/* /usr/local/bin/ \
&& cp -r wkhtmltox/share/man/man1 /usr/local/share/man/
## Uncomment this lines to add ldap auth support
#RUN set -x; \
# apt-get install -y --no-install-recommends \
# python3-dev gcc libldap2-dev libssl-dev ; \
# pip3 install pyldap
# Install Odoo
ENV ODOO_VERSION 11.0
ENV ODOO_RELEASE 20171030

View File

@ -21,6 +21,13 @@ RUN set -x; \
&& rm -rf /var/lib/apt/lists/* wkhtmltox.deb \
&& pip install psycogreen==1.0
## Uncomment this lines to add ldap auth support
#RUN set -x; \
# apt-get install -y --no-install-recommends \
# python-dev gcc libldap2-dev libssl-dev ; \
# pip install pyldap
# Install Odoo
ENV ODOO_VERSION 9.0
ENV ODOO_RELEASE 20171030