From b2876b8bf642b45421edcce59beef074148b3575 Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 15 Jan 2023 02:53:46 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 46c38a3..08cb898 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM golang:alpine WORKDIR /usr/src/app COPY . . #RUN apt-get install -y git -RUN apk add git make +RUN apk add git make g++ RUN go mod tidy -e RUN go mod vendor WORKDIR /usr/src/app/vendor/rpi-rgb-led-matrix/