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:
35a5248
)
Fix new docker_squash install
author
Rafael dos Santos Silva
<xfalcox@gmail.com>
Thu, 27 Oct 2016 15:56:34 +0000
(13:56 -0200)
committer
Rafael dos Santos Silva
<xfalcox@gmail.com>
Thu, 27 Oct 2016 15:56:34 +0000
(13:56 -0200)
image/build.rb
patch
|
blob
|
blame
|
history
diff --git
a/image/build.rb
b/image/build.rb
index fcbed10198b0bc7e201cd1a8d17c0bf830b3df82..7f7cd0b423f7c94b6b44855ac49872a27e6beab1 100644
(file)
--- a/
image/build.rb
+++ b/
image/build.rb
@@
-21,7
+21,8
@@
end
def ensure_docker_squash
docker_squash = "https://github.com/goldmann/docker-squash/archive/master.zip"
- run ("pip install --user #{$docker_squash} --upgrade")
+ run ("apt install python-pip")
+ run ("pip install --user '#{docker_squash}' --upgrade")
end