mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-11-17 22:17:19 +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
|