]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
no bug - stop patching mojolicious
authorDylan William Hardison <dylan@hardison.net>
Mon, 10 Dec 2018 23:12:51 +0000 (18:12 -0500)
committerGitHub <noreply@github.com>
Mon, 10 Dec 2018 23:12:51 +0000 (18:12 -0500)
Dockerfile

index bbc99b5f00950edd59373e8c79057acbfa63e049..aa1cfcdedb1107fc81ea2addef8bda853eedb2bc 100644 (file)
@@ -22,10 +22,7 @@ RUN mv /opt/bmo/local /app && \
     chown -R app:app /app && \
     perl -I/app -I/app/local/lib/perl5 -c -E 'use Bugzilla; BEGIN { Bugzilla->extensions }' && \
     perl -c /app/scripts/entrypoint.pl && \
-    setcap 'cap_net_bind_service=+ep' /usr/bin/perl && \
-    for file in patches/*.patch; do \
-        patch -d /app/local/lib/perl5 -p2 < $file || exit 1; \
-    done
+    setcap 'cap_net_bind_service=+ep' /usr/bin/perl
 
 USER app