hack: ignore libc dependency

This commit is contained in:
Jose Diaz-Gonzalez
2017-12-11 23:58:50 -05:00
parent b449227467
commit 64252b282a

View File

@@ -7,3 +7,6 @@ dokku: unstripped-binary-or-object
# The Go compiler is currently unable to produce read-only relocations
# (it produces static binaries).
dokku: hardening-no-relro
# Built golang binaries link to libc
dokku: missing-dependency-on-libc