Merge "Update images to install package_cloud"
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Thu, 22 Aug 2019 19:34:59 +0000 (19:34 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Thu, 22 Aug 2019 19:34:59 +0000 (19:34 +0000)
packer/provision/local-docker.yaml [changed from symlink to file mode: 0644]

deleted file mode 120000 (symlink)
index a60e9be9464aa504f510bbad60e80b67a771432d..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1 +0,0 @@
-../common-packer/provision/local-docker.yaml
\ No newline at end of file
new file mode 100644 (file)
index 0000000000000000000000000000000000000000..329edd5ad4894179a6485c892f74ea4e1604979e
--- /dev/null
@@ -0,0 +1,11 @@
+---
+- import_playbook: ../common-packer/provision/docker.yaml
+
+  tasks:
+    - name: 'Install rake gem'
+      command: 'gem install rake'
+      become: true
+
+    - name: 'Install PackageCloud'
+      command: 'gem install package_cloud'
+      become: true