mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-24 15:02:17 +01:00
5 lines
87 B
Text
5 lines
87 B
Text
|
FROM --platform=linux/amd64 ubuntu:22.04
|
||
|
|
||
|
COPY src/main/resources/linux_64 .
|
||
|
|
||
|
CMD ./tor
|