File tree 4 files changed +2
-3
lines changed
4 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ MAINTAINER Camptocamp
5
5
RUN mkdir -p /odoo /var/log/odoo
6
6
7
7
COPY ./base_requirements.txt /odoo
8
- COPY ./extra_requirements.txt /odoo
9
8
COPY ./install /install
10
9
11
10
# Moved because there was a bug while installing `odoo-autodiscover`. There is
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ MAINTAINER Camptocamp
5
5
RUN mkdir -p /odoo /var/log/odoo
6
6
7
7
COPY ./base_requirements.txt /odoo
8
- COPY ./extra_requirements.txt /odoo
9
8
COPY ./install /install
10
9
11
10
# Moved because there was a bug while installing `odoo-autodiscover`. There is
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ MAINTAINER Camptocamp
5
5
RUN mkdir -p /odoo /var/log/odoo
6
6
7
7
COPY ./base_requirements.txt /odoo
8
- COPY ./extra_requirements.txt /odoo
9
8
COPY ./install /install
10
9
11
10
# build and dev packages
Original file line number Diff line number Diff line change @@ -33,7 +33,9 @@ Unreleased
33
33
* Bump `requests ` version
34
34
* Remove duplicated `magento ` dependency
35
35
* Bump `PyYAML ` version for CVE-2017-18342
36
+ * Remove bad copy of extra_requirements in Dockerfile
36
37
38
+ * Must be done only in batteries flavor (see Dockerfile-batteries)
37
39
38
40
.. **Build**
39
41
You can’t perform that action at this time.
0 commit comments