mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Docker: add missing dependency for ipaddrcheck
This commit is contained in:
parent
5a53953ab8
commit
61ea43e901
@ -248,6 +248,10 @@ RUN apt-get update && apt-get install -y \
|
|||||||
golang
|
golang
|
||||||
|
|
||||||
# Packages needed for ipaddrcheck
|
# Packages needed for ipaddrcheck
|
||||||
|
RUN apt-get update && apt-get install -y \
|
||||||
|
check
|
||||||
|
# As there is no Debian Jessie/Stretch package for libcidr available but this
|
||||||
|
# is required for ipaddrcheck we have to build it from source
|
||||||
RUN git clone https://github.com/wikimedia/analytics-libcidr.git && \
|
RUN git clone https://github.com/wikimedia/analytics-libcidr.git && \
|
||||||
cd analytics-libcidr && \
|
cd analytics-libcidr && \
|
||||||
git checkout 026c611d90a1 && \
|
git checkout 026c611d90a1 && \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user