Skip to content

Commit ba933fd

Browse files
jcouxsimahawk
authored andcommitted
Remove bad copy of extra_requirements in Dockerfile (#84)
Must be done only in batteries flavor (see Dockerfile-batteries)
1 parent 1dc225e commit ba933fd

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

11.0/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ MAINTAINER Camptocamp
55
RUN mkdir -p /odoo /var/log/odoo
66

77
COPY ./base_requirements.txt /odoo
8-
COPY ./extra_requirements.txt /odoo
98
COPY ./install /install
109

1110
# Moved because there was a bug while installing `odoo-autodiscover`. There is

12.0/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ MAINTAINER Camptocamp
55
RUN mkdir -p /odoo /var/log/odoo
66

77
COPY ./base_requirements.txt /odoo
8-
COPY ./extra_requirements.txt /odoo
98
COPY ./install /install
109

1110
# Moved because there was a bug while installing `odoo-autodiscover`. There is

9.0/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ MAINTAINER Camptocamp
55
RUN mkdir -p /odoo /var/log/odoo
66

77
COPY ./base_requirements.txt /odoo
8-
COPY ./extra_requirements.txt /odoo
98
COPY ./install /install
109

1110
# build and dev packages

HISTORY.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ Unreleased
3333
* Bump `requests` version
3434
* Remove duplicated `magento` dependency
3535
* Bump `PyYAML` version for CVE-2017-18342
36+
* Remove bad copy of extra_requirements in Dockerfile
3637

38+
* Must be done only in batteries flavor (see Dockerfile-batteries)
3739

3840
.. **Build**
3941

0 commit comments

Comments
 (0)