[r27]: / trunk / wharfie / tests / Toolchain / Wharfile  Maximize  Restore  History

Download this file

13 lines (8 with data), 297 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
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