mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2025-11-05 01:55:01 +00:00
4 lines
216 B
Docker
4 lines
216 B
Docker
FROM ubuntu:18.04
|
|
|
|
RUN apt-get update && \
|
|
apt-get install --no-install-recommends -y build-essential git libqt5opengl5-dev libsdl2-dev libssl-dev python qtbase5-dev qtwebengine5-dev wget cmake ninja-build ccache |