Commit 0993e596 authored by nanamicat's avatar nanamicat

fix

parent 1cc7a2b4
Pipeline #15693 failed with stages
in 54 seconds
......@@ -2,7 +2,7 @@ FROM alpine AS builder
RUN apk --no-cache add build-base cmake linux-headers boost-dev boost-static
WORKDIR /usr/src/app
COPY CMakeLists.txt src ./
COPY CMakeLists.txt src/ ./
RUN cmake -DCMAKE_BUILD_TYPE=Debug .
RUN make
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment