mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-11-10 20:12:10 +01:00
6 lines
239 B
Docker
6 lines
239 B
Docker
|
FROM crossbuild:base
|
||
|
RUN dpkg --add-architecture armhf && apt-get update && apt-get install -y -q \
|
||
|
crossbuild-essential-armhf
|
||
|
RUN apt-get install -y -q \
|
||
|
libstdc++-8-dev:armhf libsdl2-dev:armhf libgbm-dev:armhf libsamplerate0-dev:armhf
|