Merge "Enable Coverity Scan daily check for "so" component"
[ci-management.git] / packer / provision / local-docker.yaml
index 1c5ec18..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'