Commit b0627233 by Thibault Grandjean

docker

parent b6d31ca5
FROM python:2
RUN apt-get update
RUN apt-get install -y python-dev libsasl2-dev libldap2-dev libssl-dev build-essential nodejs npm &&\
npm install -g less@3
WORKDIR /usr/src/odoo
COPY . .
RUN pip install --no-cache-dir -r ./odoo/requirements.txt
RUN pip install psycopg2==2.7.3.2
RUN pip install --no-cache-dir numpy simplejson XlsxWriter pysftp
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment