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