Skip to content

Commit

Permalink
update dockerfiles to remove the patch file
Browse files Browse the repository at this point in the history
  • Loading branch information
sdepassio committed Jan 22, 2025
1 parent 0f8507b commit a090828
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,4 @@ EOF
COPY .github/patch/fpm-deb.rb.diff /tmp/fpm-deb.rb.diff
# Patch to apply fpm fix for debian package generation while waiting for the official fix to be released (https://github.com/jordansissel/fpm/pull/1947).
RUN patch -i /tmp/fpm-deb.rb.diff $(find / -type f -name "deb.rb")
RUN /bin/rm -rf /tmp/fpm-deb.rb.diff
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@ EOF
COPY .github/patch/fpm-deb.rb.diff /tmp/fpm-deb.rb.diff
# Patch to apply fpm fix for debian package generation while waiting for the official fix to be released (https://github.com/jordansissel/fpm/pull/1947).
RUN patch -i /tmp/fpm-deb.rb.diff $(find / -type f -name "deb.rb")
RUN /bin/rm -rf /tmp/fpm-deb.rb.diff
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,4 @@ EOF
COPY .github/patch/fpm-deb.rb.diff /tmp/fpm-deb.rb.diff
# Patch to apply fpm fix for debian package generation while waiting for the official fix to be released (https://github.com/jordansissel/fpm/pull/1947).
RUN patch -i /tmp/fpm-deb.rb.diff $(find / -type f -name "deb.rb")
RUN /bin/rm -rf /tmp/fpm-deb.rb.diff

0 comments on commit a090828

Please sign in to comment.