aboutsummaryrefslogtreecommitdiffstats
path: root/packer
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2016-08-30 20:02:50 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2016-08-30 20:02:50 +0000
commit2d4ce0dda038b5618cfebfa0cbee6c86c71bc3f3 (patch)
treeac47a93a84159397bf8b01aa96c2f05337bacf47 /packer
parent71e473adff06de4647e35a2a1d44d12d40158d66 (diff)
parentf9dfcfceec3eb38bc101c8a22f40f94ea95676f8 (diff)
Merge "Add repo tool as dependency to the base image"
Diffstat (limited to 'packer')
-rw-r--r--packer/provision/agl_dependencies.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/packer/provision/agl_dependencies.sh b/packer/provision/agl_dependencies.sh
index 9f5bca1f..cadb5ca2 100644
--- a/packer/provision/agl_dependencies.sh
+++ b/packer/provision/agl_dependencies.sh
@@ -3,4 +3,5 @@
DEBIAN_FRONTEND=noninteractive apt-get update && \
apt-get -y install gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential chrpath socat \
libsdl1.2-dev xterm make xsltproc docbook-utils fop dblatex xmlto autoconf automake \
- libtool libglib2.0-dev libarchive-dev python-git git python python-2.7 python-minimal \ No newline at end of file
+ libtool libglib2.0-dev libarchive-dev python-git git python python-2.7 python-minimal \
+ repo mc \ No newline at end of file