commented ldap support on Dockerfile
This commit is contained in:
parent
16d5988408
commit
e1c5c4d3ff
@ -20,6 +20,13 @@ RUN set -x; \
|
|||||||
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false npm \
|
&& 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 \
|
&& rm -rf /var/lib/apt/lists/* wkhtmltox.deb \
|
||||||
&& pip install psycogreen==1.0
|
&& 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
|
# Install Odoo
|
||||||
ENV ODOO_VERSION 10.0
|
ENV ODOO_VERSION 10.0
|
||||||
|
@ -23,6 +23,13 @@ RUN set -x; \
|
|||||||
&& cp wkhtmltox/bin/* /usr/local/bin/ \
|
&& cp wkhtmltox/bin/* /usr/local/bin/ \
|
||||||
&& cp -r wkhtmltox/share/man/man1 /usr/local/share/man/
|
&& 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
|
# Install Odoo
|
||||||
ENV ODOO_VERSION 11.0
|
ENV ODOO_VERSION 11.0
|
||||||
ENV ODOO_RELEASE 20171030
|
ENV ODOO_RELEASE 20171030
|
||||||
|
@ -21,6 +21,13 @@ RUN set -x; \
|
|||||||
&& rm -rf /var/lib/apt/lists/* wkhtmltox.deb \
|
&& rm -rf /var/lib/apt/lists/* wkhtmltox.deb \
|
||||||
&& pip install psycogreen==1.0
|
&& 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
|
# Install Odoo
|
||||||
ENV ODOO_VERSION 9.0
|
ENV ODOO_VERSION 9.0
|
||||||
ENV ODOO_RELEASE 20171030
|
ENV ODOO_RELEASE 20171030
|
||||||
|
Loading…
Reference in New Issue
Block a user