liushuyu f21f7d5927 Adjust dependencies for CI service (#4)
* linux-frozen: remove qt5-tools

This reverts commit 6ce52747cdb3204fb22659694a4cb1b77eeb2818.
Since freezing this package is not possible

* linux-fresh and mingw: add p7zip
2018-06-16 18:23:40 -04:00

6 lines
279 B
Docker

FROM ubuntu:18.04
MAINTAINER citra
RUN useradd -m -s /bin/bash citra
RUN apt-get update && apt-get -y full-upgrade
RUN apt-get install -y p7zip-full build-essential libsdl2-dev qtbase5-dev libqt5opengl5-dev qtmultimedia5-dev qttools5-dev qttools5-dev-tools wget git ccache cmake