mirror of
https://github.com/3cky/mbusd.git
synced 2025-02-11 00:11:28 +01:00
Change Dockerfile to install required packages for linux serial.h (fixes #103)
This commit is contained in:
parent
5b59f5b92f
commit
a5239439e3
@ -1,5 +1,5 @@
|
||||
FROM alpine:latest AS build
|
||||
RUN apk add --no-cache alpine-sdk cmake
|
||||
RUN apk add --no-cache alpine-sdk cmake linux-headers
|
||||
COPY . /mbusd
|
||||
WORKDIR /mbusd/build
|
||||
RUN cmake -DCMAKE_INSTALL_PREFIX=/usr .. && make && make install
|
||||
|
Loading…
Reference in New Issue
Block a user