Build scripts: added source archive

This commit is contained in:
SChernykh
2025-07-04 20:09:01 +02:00
parent 325aca29ce
commit 83f8b70c9b
5 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
FROM p2pool_build_ubuntu
ARG P2POOL_VERSION BUILD_TIMESTAMP
ADD p2pool_source.sh /root
RUN /root/p2pool_source.sh ${P2POOL_VERSION} ${BUILD_TIMESTAMP}