patch
Patch a file (or files) with a diff file. Note that diff files should be generated by the diff command. More information: <https://manned.org/patch>.
RUN apt-get update && \
apt-get install -y patch
RUN apt-get update && \
apt-get install -y patch
RUN apk add patch
RUN pacman -S --noconfirm patch
RUN apt-get update && \
apt-get install -y patch
RUN yum install -y patch
RUN dnf install -y patch
RUN apt-get update && \
apt-get install -y patch