how to install python3 via from command in a docker file code example
Example: install python3 in dockerfile
RUN apk upgrade --update && apk add --no-cache python3 python3-dev
RUN apk upgrade --update && apk add --no-cache python3 python3-dev