Commit 96092f72 authored by nanahira's avatar nanahira

fix

parent 3e3d5e99
Pipeline #15697 failed with stages
in 12 seconds
......@@ -3,7 +3,7 @@ RUN apk --no-cache add build-base cmake linux-headers boost-dev boost-static
WORKDIR /usr/src/app
COPY CMakeLists.txt src/ ./
RUN cmake --build .
RUN cmake . && make
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