add netcat

This commit is contained in:
Aaron Blankstein
2020-07-22 10:55:01 -05:00
parent 5e376da777
commit e8e2c67c15

View File

@@ -14,6 +14,7 @@ RUN cp target/release/bitcoin-neon-controller /out
FROM debian:stretch-slim
RUN apt update && apt install netcat
COPY --from=build /out/ /bin/
CMD ["stacks-node", "argon"]