Files
p2pool-salvium/scripts/release/linux_x64/Dockerfile

5 lines
188 B
Docker
Raw Normal View History

FROM p2pool_build_ubuntu
2025-07-07 16:17:18 +02:00
ARG P2POOL_VERSION
2025-11-13 18:01:55 +00:00
ADD scripts/release/linux_x64/p2pool_linux_x64.sh /p2pool/
2025-07-07 16:17:18 +02:00
RUN /p2pool/p2pool_linux_x64.sh p2pool-${P2POOL_VERSION}-linux-x64 ${P2POOL_VERSION}