projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8eeefce
)
touch image so it updates
author
Sam Saffron
<sam.saffron@gmail.com>
Mon, 4 Nov 2013 04:10:49 +0000
(20:10 -0800)
committer
Sam Saffron
<sam.saffron@gmail.com>
Mon, 4 Nov 2013 04:10:49 +0000
(20:10 -0800)
image/Dockerfile
patch
|
blob
|
blame
|
history
diff --git
a/image/Dockerfile
b/image/Dockerfile
index a4995d19a49569831e8b986f7f80d5e12504fe55..87267612c340dbb52e65afab42acc1ed733b4aa7 100644
(file)
--- 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