aboutsummaryrefslogtreecommitdiff
path: root/ciimage
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2017-07-23 19:15:53 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2017-07-23 19:15:53 +0300
commit288c44c0520958c3f307707b8070f2c6c9ea1405 (patch)
treee51f7b3df24ba4381b5f01fc4c2bb9fb5914e990 /ciimage
parent99fdb6c19e93eff0219bbea0f789d42215c89d5d (diff)
downloadmeson-288c44c0520958c3f307707b8070f2c6c9ea1405.zip
meson-288c44c0520958c3f307707b8070f2c6c9ea1405.tar.gz
meson-288c44c0520958c3f307707b8070f2c6c9ea1405.tar.bz2
Added Docker file used for CI images.
Diffstat (limited to 'ciimage')
-rw-r--r--ciimage/Dockerfile11
1 files changed, 11 insertions, 0 deletions
diff --git a/ciimage/Dockerfile b/ciimage/Dockerfile
new file mode 100644
index 0000000..35997f8
--- /dev/null
+++ b/ciimage/Dockerfile
@@ -0,0 +1,11 @@
+FROM ubuntu:zesty
+
+RUN apt-get -y update && apt-get -y upgrade \
+&& apt-get -y install git wget unzip \
+&& apt-get -y build-dep meson \
+&& apt-get -y install qt5-default itstool clang libgtk-3-dev \
+&& apt-get -y install pkg-config-arm-linux-gnueabihf g++-6-arm-linux-gnueabihf \
+&& apt-get -y install valgrind doxygen \
+&& apt-get -y install llvm libsdl2-dev \
+&& apt-get -y install python3-pip libxml2-dev libxslt1-dev cmake libyaml-dev \
+&& python3 -m pip install hotdoc codecov