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