PR #131 broke my build, not entirely sure why but probably related to other reports. Smallest failing code: ``` FROM python:3.5 RUN apt-get update && apt-get install -y gconf2 ```