5 lines
152 B
Docker
5 lines
152 B
Docker
FROM p2pool_compiler_tests_ubuntu
|
|
ARG P2POOL_VERSION CLANG_VERSION
|
|
ADD test.sh test2.sh /p2pool/
|
|
RUN /p2pool/test.sh ${P2POOL_VERSION} ${CLANG_VERSION}
|