[TYPO]Odoo10 file improvements
This commit is contained in:
parent
0feb0863e7
commit
86e5ff2370
@ -9,6 +9,8 @@ RUN apt-get update \
|
|||||||
libxml2-dev libxslt1-dev libldap2-dev libsasl2-dev libjpeg-dev libpq-dev \
|
libxml2-dev libxslt1-dev libldap2-dev libsasl2-dev libjpeg-dev libpq-dev \
|
||||||
python-dev python-setuptools python-pip nodejs npm
|
python-dev python-setuptools python-pip nodejs npm
|
||||||
|
|
||||||
|
# Handle Node PATH
|
||||||
|
RUN ln -s /usr/bin/nodejs /usr/bin/node
|
||||||
# Install NPM dependencies
|
# Install NPM dependencies
|
||||||
RUN npm install -g less less-plugin-clean-css
|
RUN npm install -g less less-plugin-clean-css
|
||||||
|
|
||||||
@ -45,9 +47,6 @@ RUN git clone -b ${ODOO_BRANCH} --depth 1 https://github.com/OCA/OCB.git
|
|||||||
RUN pip install -U pip
|
RUN pip install -U pip
|
||||||
RUN pip install -r OCB/requirements.txt --cache-dir pipcache
|
RUN pip install -r OCB/requirements.txt --cache-dir pipcache
|
||||||
|
|
||||||
# Handle Node PATH
|
|
||||||
RUN ln -s /usr/bin/nodejs /usr/bin/node
|
|
||||||
|
|
||||||
# Launch scripts
|
# Launch scripts
|
||||||
COPY ./launch10.sh ./
|
COPY ./launch10.sh ./
|
||||||
COPY ./genconf.sh ./
|
COPY ./genconf.sh ./
|
||||||
|
Loading…
x
Reference in New Issue
Block a user