Commit 1a539a3e authored by 神楽坂玲奈's avatar 神楽坂玲奈

debug

parent 747dda1c
Pipeline #15701 passed with stages
in 40 seconds
......@@ -4,7 +4,7 @@ RUN apk --no-cache add build-base cmake linux-headers boost-dev boost-static
WORKDIR /usr/src/app
COPY CMakeLists.txt .
COPY src src
RUN cmake -DCMAKE_BUILD_TYPE=Release . && cmake --build .
RUN cmake -DCMAKE_BUILD_TYPE=Debug . && cmake --build .
FROM alpine
RUN apk --no-cache add libgcc libstdc++ bash iproute2 iptables ipset netcat-openbsd
......
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