templates/chef/ubuntu_docker.erb in opskeleton-0.6.2 vs templates/chef/ubuntu_docker.erb in opskeleton-0.6.3
- old
+ new
@@ -3,8 +3,13 @@
RUN locale-gen en_US en_US.UTF-8
RUN apt-get -q update
RUN apt-mark hold initscripts udev plymouth mountall
RUN apt-get -qy --force-yes dist-upgrade
+RUN apt-get install wget -y
+RUN wget --no-check-certificate https://gist.githubusercontent.com/narkisr/5e37903f1d1bf386ceb5/raw/4dc04c9d76dc639df2d23ab3cecf3dc1d574c916/chef-preq.sh -P /tmp
+RUN chmod +x /tmp/chef-preq.sh
+RUN /bin/bash -x /tmp/chef-preq.sh
ADD <%=artifact_path%> /tmp
+RUN chmod +x /tmp/<%=artifact%>/run.sh
RUN cd /tmp/<%=artifact%> && ./run.sh dev