6 lines
268 B
Docker
Raw Normal View History

2018-05-16 20:37:11 -04:00
FROM ubuntu:18.04
MAINTAINER citra
RUN useradd -m -s /bin/bash citra
2018-05-16 20:37:11 -04:00
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