Passage des variables d'environnement proxy au conteneur + refactoring
This commit is contained in:
8
hooks/10-install-build-depends-prebuild
Executable file
8
hooks/10-install-build-depends-prebuild
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
source "${TAMARIN_UTIL}"
|
||||
|
||||
if [ -f debian/control ]; then
|
||||
info "Installing build dependencies..."
|
||||
mk-build-deps -r -t "apt-get --force-yes -y --no-install-recommends" --install debian/control
|
||||
fi
|
Reference in New Issue
Block a user