Resolvi meu problema. Esse tópico tinha a resposta: link
Edite o arquivo a seguir.
nano /var/lib/dpkg/info/python-minimal.postinst
De
#! /bin/sh
set -e
python2.7 -m compileall /usr/share/python/ >/dev/null
para
#! /bin/sh
set -e
python -m compileall /usr/share/python/ >/dev/null
Então
apt-get install python2.7-minimal