Merge "Add multiplatform jobs for policy docker images"
[ci-management.git] / packer / provision / local-docker.yaml
index 8654b99..76e0cbb 100644 (file)
@@ -84,6 +84,7 @@
         name:
           - python3.6
           - python3.6-dev
+          - python3.6-tk
           - libssl-dev
           - libmysqlclient-dev
           - gcc
 
     - name: Install Erlang
       apt:
-        deb: https://packages.erlang-solutions.com/erlang/esl-erlang/FLAVOUR_1_general/esl-erlang_19.3.6-1~ubuntu~trusty_amd64.deb
+        deb: https://packages.erlang-solutions.com/erlang/debian/pool/esl-erlang_19.3.6-1~ubuntu~trusty_amd64.deb
       become: true
       when: ansible_architecture == 'x86_64' and ansible_distribution == 'Ubuntu'
 
         state: link
       become: true
       when: ansible_architecture == 'x86_64' and ansible_distribution == 'Ubuntu'
+
+    - name: Install jinja2
+      pip:
+        name: jinja2
+        state: present
+      become: true
+      when: ansible_architecture == 'x86_64'