[FIX]Odoo security patches should be removed after applied
This commit is contained in:
parent
30a8af28d0
commit
2a0508dbee
@ -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
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user