mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-18 18:06:56 +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
|