Install libxml2-utils for docker 17/59717/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 8 Aug 2018 19:25:08 +0000 (12:25 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 8 Aug 2018 19:25:08 +0000 (12:25 -0700)
Add libxml2-utils used by OOF team for
docker images

Change-Id: Ib28e415107b02bef9d329c2ba6ff7284d15391c2
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
packer/provision/local-docker.yaml

index 6de720c..3290c10 100644 (file)
@@ -32,3 +32,9 @@
         - name: 'Add golang to PATH'
           command: 'echo "export PATH=$PATH:/usr/local/go/bin" >> /etc/profile'
           become: true
+
+    - name: Install libxml2-utils
+      apt:
+        name: libxml2-utils
+        state: present
+      become: true