Files
p2pool-salvium/scripts/compiler_tests/clang/Dockerfile
2025-07-06 23:18:55 +02:00

5 lines
139 B
Docker

FROM p2pool_compiler_tests_ubuntu
ARG P2POOL_VERSION GCC_VERSION
ADD test.sh /p2pool/
RUN /p2pool/test.sh ${P2POOL_VERSION} ${GCC_VERSION}