1a2,4 > RUN echo "deb http://archive.debian.org/debian/ jessie main" > /etc/apt/sources.list > RUN echo "deb-src http://archive.debian.org/debian/ jessie main" >> /etc/apt/sources.list > RUN apt-get update 5c8 < RUN apt-get -y install curl --- > RUN apt-get -y --force-yes install curl 7c10 < RUN haxelib install templo --- > RUN haxelib install -notimeout templo