dda-devops-build/doc/example/50_docker_module/image/resources/install.sh

13 lines
144 B
Bash
Raw Normal View History

2020-04-18 13:25:40 +00:00
#!/bin/bash
function main() {
upgradeSystem
# do some stuff
cleanupDocker
}
source /tmp/resources/install_functions.sh
main