Set minimum QBS version in native images
The following discussion from clickable-docker-images!102 (merged) should be addressed:
-
@jonnius started a discussion: (+3 comments) Please do the same change to the native docker image to keep consistency. To do so I'd change the
QBS_SUPPORTvariable in thebuild.shand in theDockerfileI'd changeRUN if [ "$QBS_SUPPORT" = "qbs" ]; then \to check for not empty
RUN if [ ! -z "$QBS_SUPPORT" ]; then \