touch image so it updates

This commit is contained in:
Sam Saffron 2013-11-03 20:10:49 -08:00
parent 8eeefce16e
commit a48440f5c0
1 changed files with 1 additions and 1 deletions

View File

@ -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