make build the main cmd of rpi dockerfile

This commit is contained in:
itsmattkc 2024-10-27 18:22:49 -07:00
parent 717dcbc6cd
commit af454b07e1

View file

@ -3,3 +3,5 @@ FROM --platform=linux/arm/v6 arm32v6/alpine
RUN apk update
RUN apk upgrade
RUN apk add build-base cmake libnl3-dev openssl-dev sdl2-dev linux-headers ffmpeg-dev eudev-dev
CMD [ "make", "-j32", "-C", "/data/buildpi" ]