You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
123 B
Docker
8 lines
123 B
Docker
6 days ago
|
FROM lalanza808/wownero:v0.11.3.0
|
||
|
|
||
|
RUN apt update && apt install curl -y
|
||
|
|
||
|
WORKDIR /data
|
||
|
|
||
|
COPY run_wallet.sh /run_wallet.sh
|