[FIX]Odoo security patches should be removed after applied

This commit is contained in:
Fabien BOURGEOIS 2020-12-25 11:52:42 +01:00
parent 30a8af28d0
commit 2a0508dbee
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ RUN curl -LO https://github.com/OCA/OCB/pull/964.patch \
&& curl -LO https://github.com/OCA/OCB/pull/991.patch
RUN git config user.email "fabien@yaltik.com" \
&& git config user.name "Fabien BOURGEOIS"
RUN git am *.patch
RUN git am *.patch && rm *.patch
WORKDIR /opt/odoo

View File

@ -44,7 +44,7 @@ RUN curl -LO https://github.com/OCA/OCB/pull/966.patch \
&& curl -LO https://github.com/OCA/OCB/pull/990.patch
RUN git config user.email "fabien@yaltik.com" \
&& git config user.name "Fabien BOURGEOIS"
RUN git am *.patch
RUN git am *.patch && rm *.patch
WORKDIR /opt/odoo
# Launch scripts