File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -53,4 +53,4 @@ ION_MGR_PORT=8089
5353HTTP_PORT : 80
5454SOCKDIR = /var/tmp/nm
5555
56- ADM_PATH = deps/dtnma-ace/tests/ adms
56+ ADM_PATH = deps/dtnma-adms
Original file line number Diff line number Diff line change 99[submodule "deps/dtnma-camp "]
1010 path = deps/dtnma-camp
1111 url = https://github.com/JHUAPL-DTNMA/dtnma-camp.git
12+ [submodule "deps/dtnma-adms "]
13+ path = deps/dtnma-adms
14+ url = https://github.com/JHUAPL-DTNMA/dtnma-adms.git
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ RUN cd ${APP_WORK_DIR} && \
3838COPY anms ${APP_WORK_DIR}/anms
3939RUN ${PIP} install ${APP_WORK_DIR}
4040
41- RUN mkdir -p /usr/local/share/ace && \
42- cp -R /usr/src/ dtnma-ace/tests/ adms /usr/local/share/ace/adms
41+ RUN mkdir -p /usr/local/share/ace
42+ COPY ../deps/ dtnma-adms /usr/local/share/ace/adms
4343COPY anms/agent_parameter.json /usr/local/share/anms/agent_parameter.json
4444
4545RUN setcap cap_net_raw=ep /usr/bin/ping
You can’t perform that action at this time.
0 commit comments