πŸ‡ΊπŸ‡ΈUnited States @Gastonia

Account created on 10 October 2010, over 13 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States Gastonia

A head's up that this isn't just a MacOs issue. It's happening in all our linux based custom docker images where GNU patch isn't installed.

The solution is to of course install it

ex:

apt-get install patch -y

# inside Dockerfile
RUN apt-get install patch -y

Production build 0.69.0 2024