Skip to content

Commit

Permalink
apply patches and remove patch-files
Browse files Browse the repository at this point in the history
  • Loading branch information
Zusel committed Jul 15, 2024
1 parent 7af9e9c commit 537b6ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,9 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local
COPY ./apply-patches.sh apply-patches.sh
COPY ./resources/patch _patches
RUN chmod +x apply-patches.sh
RUN ./apply-patches.sh

# cleanup patches
RUN rm ./apply-patches.sh
RUN rm -r /_patches

0 comments on commit 537b6ee

Please sign in to comment.