Add DockerFile + parse rsv1 field
This commit is contained in:
11
docker/Dockerfile.alpine
Normal file
11
docker/Dockerfile.alpine
Normal file
@ -0,0 +1,11 @@
|
||||
FROM alpine:3.8
|
||||
|
||||
RUN apk add --no-cache g++ musl-dev make cmake openssl-dev
|
||||
|
||||
COPY . .
|
||||
|
||||
WORKDIR examples/ws_connect
|
||||
RUN ["sh", "build_linux.sh"]
|
||||
|
||||
EXPOSE 8765
|
||||
CMD ["ws_connect"]
|
Reference in New Issue
Block a user