Génération de l'image avec mise en cache

This commit is contained in:
2017-01-24 23:15:13 +01:00
parent 82fb9d31e1
commit ce05d9a339
7 changed files with 62 additions and 112 deletions

View File

@ -0,0 +1,6 @@
#!/usr/bin/env bash
${TAMARIN_ACBUILD} environment add DEBIAN_FRONTEND noninteractive
sudo -E ${TAMARIN_ACBUILD} run -- apt-get update
sudo -E ${TAMARIN_ACBUILD} run -- apt-get install --yes --no-install-recommends git-core
${TAMARIN_ACBUILD} environment remove DEBIAN_FRONTEND