EB was complaining that my build was timing out, so I ssh'd into an instance and decided to run docker build
myself to see what was happening. Every step, even something as simple as a mkdir
takes ages to run. Even a WORKDIR
stalls for at least a minute or two before executing.
On my local machine these are instant. What is going on?