From a48440f5c054cb93edf9626b2d14bb3f89713b25 Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Sun, 3 Nov 2013 20:10:49 -0800 Subject: [PATCH] touch image so it updates --- image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/Dockerfile b/image/Dockerfile index a4995d1..8726761 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -44,7 +44,7 @@ RUN apt-get -y update &&\ apt-get install -y runit &&\ locale-gen en_US -RUN cd / && git clone https://github.com/SamSaffron/pups.git +RUN apt-get install psmisc && cd / && git clone https://github.com/SamSaffron/pups.git # RUN cd /var/www/discourse && bundle exec rake db:test:prepare && bundle exec rspec -- 2.25.1