mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-19 10:26:54 +01:00
4 lines
108 B
Docker
4 lines
108 B
Docker
|
FROM crossbuild:base
|
||
|
RUN apt-get install -y -q \
|
||
|
libstdc++-8-dev libsdl2-dev libgbm-dev libsamplerate0-dev
|