* Tests: use YANG_STANDARD_DIR from ./configure --with-yang-standard-dir=DIR instead of YANGMODELS from site.sh
This commit is contained in:
parent
f8f34e3571
commit
4fbad467df
14 changed files with 41 additions and 66 deletions
|
|
@ -70,7 +70,7 @@ RUN adduser -D -H -G www-data www-data
|
|||
RUN apk add --update nginx
|
||||
|
||||
# Configure, build and install clixon
|
||||
RUN ./configure --prefix=/clixon/build --with-cligen=/clixon/build --with-restconf=fcgi
|
||||
RUN ./configure --prefix=/clixon/build --with-cligen=/clixon/build --with-restconf=fcgi --with-yang-standard-dir=/usr/local/share/yang/standard
|
||||
RUN make
|
||||
RUN make install
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue