There is a typo. ``` ln -s python-config3 python-config ``` should be ``` ln -s python3-config python-config ``` https://github.com/docker-library/python/blob/master/3.5/alpine/Dockerfile#L67