2025-07-06 22:47:18 +02:00
|
|
|
FROM p2pool_compiler_tests_ubuntu
|
2025-07-19 22:16:50 +02:00
|
|
|
ARG P2POOL_VERSION CLANG_VERSION
|
2025-07-07 10:54:58 +02:00
|
|
|
ADD test.sh test2.sh /p2pool/
|
2025-07-19 22:16:50 +02:00
|
|
|
RUN /p2pool/test.sh ${P2POOL_VERSION} ${CLANG_VERSION}
|