Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-08-05 21:50:53 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-08-05 21:50:53 +0300
commit3fb42fedd773343274af7109ca06aa345c43fc50 (patch)
tree156ebb9892e1490d3e28c604ba7df7f7a7b9db46
parentbe6adaf6de13786d2a096fa34d603b4528f47653 (diff)
Add Qt5.9 client dockerclient-5.9-1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-rw-r--r--client/Dockerfile-5.911
1 files changed, 11 insertions, 0 deletions
diff --git a/client/Dockerfile-5.9 b/client/Dockerfile-5.9
new file mode 100644
index 0000000..68dc986
--- /dev/null
+++ b/client/Dockerfile-5.9
@@ -0,0 +1,11 @@
+FROM ubuntu:xenial
+
+MAINTAINER Roeland Jago Douma <roeland@famdouma.nl>
+
+RUN apt-get update && \
+ apt-get install -y wget libsqlite3-dev libssl-dev cmake git \
+ software-properties-common build-essential mesa-common-dev
+
+RUN add-apt-repository -y ppa:beineri/opt-qt591-xenial && \
+ apt-get update && \
+ apt-get install -y qt59base qt59tools