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:
Nicholas Thompson
2019-03-13 16:55:02 +02:00
committed by ncthompson
parent 67fa25495f
commit a29781f025
5 changed files with 13 additions and 14 deletions

View File

@@ -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