docker: build debootstrap after cloning
When using the git version of debootstrap (because no usable version of debootstrap was installed on the host), we need to run 'make' so that devices.tar.gz gets built. Otherwise the first debootstrap stage will fail without printing any error message. Signed-off-by: Sascha Silbe <silbe@linux.vnet.ibm.com> Message-Id: <1473192351-601-8-git-send-email-silbe@linux.vnet.ibm.com> Signed-off-by: Fam Zheng <famz@redhat.com>
This commit is contained in:
		
							parent
							
								
									00263139f8
								
							
						
					
					
						commit
						ae2f659ca5
					
				@ -57,6 +57,7 @@ if [ -z $DEBOOTSTRAP_DIR ]; then
 | 
				
			|||||||
        git clone ${DEBOOTSTRAP_SOURCE} ./debootstrap.git
 | 
					        git clone ${DEBOOTSTRAP_SOURCE} ./debootstrap.git
 | 
				
			||||||
        export DEBOOTSTRAP_DIR=./debootstrap.git
 | 
					        export DEBOOTSTRAP_DIR=./debootstrap.git
 | 
				
			||||||
        DEBOOTSTRAP=./debootstrap.git/debootstrap
 | 
					        DEBOOTSTRAP=./debootstrap.git/debootstrap
 | 
				
			||||||
 | 
					        (cd "${DEBOOTSTRAP_DIR}" && "${FAKEROOT}" make )
 | 
				
			||||||
    fi
 | 
					    fi
 | 
				
			||||||
else
 | 
					else
 | 
				
			||||||
    DEBOOTSTRAP=${DEBOOTSTRAP_DIR}/debootstrap
 | 
					    DEBOOTSTRAP=${DEBOOTSTRAP_DIR}/debootstrap
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user