From this issue on the Docker’s repo:
This was “broken” while updating our base from
alpine:3.11
toalpine:3.12
.
In order to fix it you need to specify the version of Python directly, e.g.:
apk add python2
// or
apk add python3
From this issue on the Docker’s repo:
This was “broken” while updating our base from
alpine:3.11
toalpine:3.12
.
In order to fix it you need to specify the version of Python directly, e.g.:
apk add python2
// or
apk add python3