Passage des variables d'environnement proxy au conteneur + refactoring
This commit is contained in:
@ -1,5 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
|
||||
mkdir -p $DESTDIR/opt/hello-world
|
||||
cp $SRCDIR/hello-world $DESTDIR/opt/hello-world/
|
@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Test pre-install"
|
@ -1,16 +0,0 @@
|
||||
{
|
||||
"name": "hello-world",
|
||||
"dependencies": {
|
||||
"debian:jessie": {
|
||||
"apache2": ">= 2.4",
|
||||
"php5": ">= 5.4"
|
||||
}
|
||||
},
|
||||
"hooks": {
|
||||
"preBuild": "./scripts/pre-build.sh",
|
||||
"preInstall": "./scripts/pre-install.sh",
|
||||
"preRemove": "",
|
||||
"postInstall": "",
|
||||
"postRemove": ""
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user