mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-24 03:45:38 +08:00
oops, better netcat install
This commit is contained in:
@@ -14,7 +14,7 @@ RUN cp target/release/bitcoin-neon-controller /out
|
||||
|
||||
FROM debian:stretch-slim
|
||||
|
||||
RUN apt update && apt install netcat
|
||||
RUN apt update && apt install -y netcat
|
||||
COPY --from=build /out/ /bin/
|
||||
|
||||
CMD ["stacks-node", "argon"]
|
||||
|
||||
Reference in New Issue
Block a user