From c2b870dce68ea9a0cc207cd7e7f6bbcffe40fcb2 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 11 Feb 2019 16:11:50 +0000 Subject: Missing library. Pretty sure these changes are correct, but Xvfb is refusing to start under `docker build`. Worked under `docker run`. Investigate when next I have time to spend on this hack. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3162bad..58db110 100644 --- a/Makefile +++ b/Makefile @@ -14,15 +14,15 @@ stage0.stamp: sudo rm -rf stage0/jessie_chroot touch $@ -stage1.stamp: stage0.stamp +stage1.stamp: stage0.stamp stage1/Dockerfile cd stage1; docker build -t xilinx:loaded . touch $@ -stage2.stamp: stage1.stamp +stage2.stamp: stage1.stamp stage2/Dockerfile cd stage2; docker build -t xilinx:installed . touch $@ -stage3.stamp: stage2.stamp +stage3.stamp: stage2.stamp stage3/Dockerfile cd stage3; docker build -t cryptech-alpha-builder . touch $@ -- cgit v1.2.3