common: Introduce "common.debian"

This will facilitate the configuration of other images based on debian
but *NOT* depending on the dockcross/base image.
This commit is contained in:
Jean-Christophe Fillion-Robin
2016-11-25 15:21:53 -05:00
parent 8077008a10
commit 46cef1a33a
3 changed files with 32 additions and 31 deletions

View File

@ -101,8 +101,8 @@ manylinux-x86.test: manylinux-x86
#
# base
#
Dockerfile: Dockerfile.in common.docker
sed '/common.docker/ r common.docker' Dockerfile.in > Dockerfile
Dockerfile: Dockerfile.in common.docker common.debian
sed -e '/common.docker/ r common.docker' -e '/common.debian/ r common.debian' Dockerfile.in > Dockerfile
base: Dockerfile imagefiles/
$(DOCKER) build -t $(ORG)/base \