oops, better netcat install

This commit is contained in:
Aaron Blankstein
2020-07-24 12:34:32 -05:00
parent 5cb621735f
commit 0454eb0679

View File

@@ -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"]