faster nonblocking io
Some checks failed
Docker Build & Publish / build (push) Failing after 1h24m16s
Some checks failed
Docker Build & Publish / build (push) Failing after 1h24m16s
This commit is contained in:
parent
6c5feb8675
commit
c07f3ebf81
8 changed files with 66 additions and 72 deletions
|
@ -1,8 +1,9 @@
|
|||
FROM alpine as build-env
|
||||
|
||||
RUN apk add --no-cache build-base python3 cmake
|
||||
RUN apk add --no-cache build-base python3 cmake openssl-dev
|
||||
COPY ./src ./src
|
||||
COPY ./lib ./lib
|
||||
COPY ./tests ./tests
|
||||
COPY ./default_www ./default_www
|
||||
COPY ./build_supp ./build_supp
|
||||
COPY ./CMakeLists.txt .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue