faster nonblocking io
Some checks failed
Docker Build & Publish / build (push) Failing after 1h24m16s

This commit is contained in:
Nicholas Orlowsky 2025-02-23 17:06:32 -05:00
parent 6c5feb8675
commit c07f3ebf81
8 changed files with 66 additions and 72 deletions

View file

@ -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 .