Skip to content

Commit a523943

Browse files
authored
Change Dockerfile to install required packages for linux serial.h (fixes #103)
1 parent 5b59f5b commit a523943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM alpine:latest AS build
2-
RUN apk add --no-cache alpine-sdk cmake
2+
RUN apk add --no-cache alpine-sdk cmake linux-headers
33
COPY . /mbusd
44
WORKDIR /mbusd/build
55
RUN cmake -DCMAKE_INSTALL_PREFIX=/usr .. && make && make install

0 commit comments

Comments
 (0)