From b4cfe16406aa784358ffa67c95097bec7c31c217 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 19 Feb 2019 06:40:07 +0000 Subject: Dockerfile needs to clean up after Builder, apparently. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 69c66ae..e93d30f 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +DEBIAN_RELEASE := jessie + XILINX_TARBALL := Xilinx_ISE_DS_Lin_14.7_1015_1.tar XILINX_LICENSE := Xilinx.lic XILINX_PKGDIR := fs/$(basename ${XILINX_TARBALL}) @@ -20,7 +22,7 @@ ifeq (,${BASE_IMAGE_EXISTS}) ifeq (,${BOOT_IMAGE_EXISTS}) rm -rf fs mkdir fs - sudo /usr/sbin/debootstrap --foreign jessie fs + sudo /usr/sbin/debootstrap --foreign ${DEBIAN_RELEASE} fs sudo tar -C fs -c . | docker import - ${BOOT_IMAGE} endif sudo rm -rf fs -- cgit v1.2.3