feat: added framework for TCP client
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
FROM rust:1-alpine
|
||||
|
||||
RUN apk add cmake make automake musl-dev autoconf libtool \
|
||||
RUN apk add cmake make automake musl-dev autoconf libtool libcap \
|
||||
flex bison linux-headers openssl-dev lldb build-base libcap-dev
|
||||
|
||||
RUN apk add mingw-w64-gcc mingw-w64-winpthreads mingw-w64-headers && \
|
||||
|
||||
Reference in New Issue
Block a user