#!/bin/sh set -xe installPython() { apk add --no-cache python3 ln -sf python3 /usr/bin/python } installPython