Adding self installation command for fabrica
This commit is contained in:
11
.packer/provisioning/alpine/ansible.sh
Normal file
11
.packer/provisioning/alpine/ansible.sh
Normal file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -xe
|
||||
|
||||
installPython()
|
||||
{
|
||||
apk add --no-cache python3
|
||||
ln -sf python3 /usr/bin/python
|
||||
}
|
||||
|
||||
installPython
|
Reference in New Issue
Block a user