mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-10 21:19:26 +02:00
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:
4
Makefile
4
Makefile
@ -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 \
|
||||
|
Reference in New Issue
Block a user