Updated the serial library as the new library does not produce cgo errors and does not need the kernel headers to build
This commit is contained in:
committed by
ncthompson
parent
67fa25495f
commit
a29781f025
@@ -1,5 +1,5 @@
|
||||
FROM golang:alpine as builder
|
||||
RUN apk add build-base linux-headers git
|
||||
RUN apk add git
|
||||
RUN mkdir /build
|
||||
COPY . /build/
|
||||
WORKDIR /build
|
||||
|
||||
Reference in New Issue
Block a user