py_image assumes python is at /usr/bin/python, that's not always the case when changing the base image.
python:alpine from Docker hub has python at /usr/local/bin/python.
I'm affected by py_image & py3_image but I assume other lang rules are the same
maybe related #467
py_imageassumes python is at/usr/bin/python, that's not always the case when changing the base image.python:alpinefrom Docker hub has python at/usr/local/bin/python.I'm affected by
py_image&py3_imagebut I assume other lang rules are the samemaybe related #467