projects
/
osm
/
SO.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4f094b
)
BUG 130: add devel packages required for newer python packages
84/784/1
author
Jeremy Mordkoff
<jeremy.mordkoff@riftio.com>
Mon, 12 Dec 2016 19:33:37 +0000
(19:33 +0000)
committer
Jeremy Mordkoff
<jeremy.mordkoff@riftio.com>
Mon, 12 Dec 2016 19:33:37 +0000
(19:33 +0000)
Signed-off-by: Jeremy Mordkoff <jeremy.mordkoff@riftio.com>
BUILD.sh
patch
|
blob
|
history
diff --git
a/BUILD.sh
b/BUILD.sh
index
56c309e
..
daee105
100755
(executable)
--- a/
BUILD.sh
+++ b/
BUILD.sh
@@
-159,6
+159,7
@@
fi
# this module
if $runMkcontainer; then
sudo /usr/rift/container_tools/mkcontainer --modes build --modes ext --repo ${PLATFORM_REPOSITORY}
+ sudo apt-get install -y libxml2-dev libxslt-dev
fi