Reorganize core source and add Docker support to CLI.
This commit is contained in:
9
platform-independent/c/cli/Dockerfile
Normal file
9
platform-independent/c/cli/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM ubuntu
|
||||
WORKDIR /mpw/cli
|
||||
ADD . /mpw
|
||||
|
||||
RUN apt-get update && apt -y install cmake libsodium-dev libjson-c-dev libncurses-dev libxml2-dev
|
||||
RUN cmake -DBUILD_MPW_TESTS=ON . && make install
|
||||
RUN mpw-tests
|
||||
|
||||
CMD mpw
|
Reference in New Issue
Block a user