Test: fixed snmp for docker/fcgi
This commit is contained in:
parent
b0d38a513c
commit
bb069aa7b8
4 changed files with 19 additions and 6 deletions
|
|
@ -69,7 +69,6 @@ RUN git clone https://github.com/openconfig/public
|
|||
|
||||
# Create a directory to hold source-code, dependencies etc
|
||||
RUN mkdir /clixon
|
||||
|
||||
RUN mkdir /clixon/build
|
||||
WORKDIR /clixon
|
||||
|
||||
|
|
@ -107,7 +106,7 @@ RUN make
|
|||
RUN make install
|
||||
RUN install example.xml /clixon/build/etc/clixon.xml
|
||||
|
||||
# Copy tests (why not everything?)
|
||||
# Copy tests
|
||||
WORKDIR /clixon/clixon/test
|
||||
RUN install -d /clixon/build/bin/test
|
||||
RUN install *.sh /clixon/build/bin/test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue