To correctly build docker images I was required to add, close to the start of the Dockerfile, the following: ``` # Package metadata update RUN apt-get update -y ```