mirror of
https://github.com/azahar-emu/build-environment
synced 2025-11-06 23:19:59 +01:00
5 lines
234 B
Docker
5 lines
234 B
Docker
FROM ubuntu:18.04
|
|
MAINTAINER citra
|
|
RUN apt-get update && apt-get -y full-upgrade
|
|
RUN apt-get install -y build-essential libsdl2-dev qtbase5-dev libqt5opengl5-dev qtmultimedia5-dev qttools5-dev qttools5-dev-tools wget git ccache cmake
|