]> git.ipfire.org Git - thirdparty/lldpd.git/commit
docker: fix build on Alpine by requiring bsd-compat-headers for sys/queue.h
authorVincent Bernat <vincent@bernat.ch>
Sat, 12 Mar 2022 14:12:42 +0000 (15:12 +0100)
committerVincent Bernat <vincent@bernat.ch>
Sat, 12 Mar 2022 14:12:42 +0000 (15:12 +0100)
commit9aaf1bb651d38947d1714c43ecc61ccd9fead69b
treeb8bb315f4a7bb1161d6220b830080b20560d7539
parent2f2ae98ded0c20b049d385e4fa702365eb444ad8
docker: fix build on Alpine by requiring bsd-compat-headers for sys/queue.h

As it is self-contained, we could surely just include it.
Dockerfile