We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b59f5b commit a523943Copy full SHA for a523943
Dockerfile
@@ -1,5 +1,5 @@
1
FROM alpine:latest AS build
2
-RUN apk add --no-cache alpine-sdk cmake
+RUN apk add --no-cache alpine-sdk cmake linux-headers
3
COPY . /mbusd
4
WORKDIR /mbusd/build
5
RUN cmake -DCMAKE_INSTALL_PREFIX=/usr .. && make && make install
0 commit comments