Diff of /trunk/wharfie/tests/Toolchain/Wharfile [000000] .. [r27]  Maximize  Restore

Switch to side-by-side view

--- a
+++ b/trunk/wharfie/tests/Toolchain/Wharfile
@@ -0,0 +1,12 @@
+#
+# Build a basic root filesystem including Qt5 and export the toolchain
+#
+
+FROM debian_amd64_stretch
+
+RUN apt-get install -y qtbase5-dev libqt5svg5
+RUN ldconfig
+
+ENV ADDITIONAL_TOOLCHAIN_PACKAGES libstdc++-6-dev qtbase5-dev-tools qt5-default perl libqt5svg5 libqt5svg5-dev 
+TOOLCHAIN result.tar
+