mirror of
https://github.com/vanilla-wiiu/vanilla.git
synced 2025-01-22 08:11:47 -05:00
make build the main cmd of rpi dockerfile
This commit is contained in:
parent
717dcbc6cd
commit
af454b07e1
1 changed files with 2 additions and 0 deletions
|
@ -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" ]
|
||||
|
|
Loading…
Reference in a new issue