From 0e90d473105c3e358da36f49a78e239c829b7aa6 Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 8 Jan 2023 22:28:23 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 878188e..f31fc18 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,5 @@ RUN git submodule update --init RUN make WORKDIR /usr/src/app RUN go install -v ./... +RUN cp /usr/src/app/vendor/rpi-rgb-led-matrix/include/* /usr/local/include