mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-23 12:26:59 +01:00
10 lines
279 B
Docker
10 lines
279 B
Docker
|
ARG img_version
|
||
|
FROM pandemonium-frt-base:${img_version}
|
||
|
|
||
|
RUN dpkg --add-architecture armhf && apt-get update && apt-get install -y -q \
|
||
|
crossbuild-essential-armhf
|
||
|
|
||
|
RUN apt-get install -y -q \
|
||
|
libstdc++-11-dev:armhf libsdl2-dev:armhf libgbm-dev:armhf libsamplerate0-dev:armhf
|
||
|
|