dda-devops-build/doc/example/50_docker_module/image/resources/install.sh
2020-04-18 15:25:40 +02:00

13 lines
No EOL
144 B
Bash
Executable file

#!/bin/bash
function main() {
upgradeSystem
# do some stuff
cleanupDocker
}
source /tmp/resources/install_functions.sh
main