```
Step 5/7 : RUN python3 -m pip install .
```
```
---> Running in 31b96e802fdb
/usr/bin/python3: No module named pip
```
Hmm.. So #fedora also ships a crippled thing that is not #python when you `dnf install python3`.
I was hoping that that was a reasonable alternative to Debian/Ubuntu ☹
@pganssle "To support that end, this PEP proposes the inclusion of an ensurepip bootstrapping module in Python 3.4, as well as automatic invocation of that module from pyvenv ... This PEP does not propose making pip (or any dependencies) directly available as part of the standard library." (emphasis original). ensurepip is part of python3-libs on Fedora, which python3 depends on.