touch image so it updates
This commit is contained in:
parent
8eeefce16e
commit
a48440f5c0
|
@ -44,7 +44,7 @@ RUN apt-get -y update &&\
|
||||||
apt-get install -y runit &&\
|
apt-get install -y runit &&\
|
||||||
locale-gen en_US
|
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
|
# RUN cd /var/www/discourse && bundle exec rake db:test:prepare && bundle exec rspec
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue