From: Jessica Wagantall Date: Wed, 12 Apr 2023 22:03:01 +0000 (-0700) Subject: Fix: Do not install libnode-dev X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=bffbf597d60567e6c58f8def7bc173a641ac81ea;p=ci-management.git Fix: Do not install libnode-dev It conflicts with the new nodejs install Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall Change-Id: Icd866d90b0f36dc788762b1dfa6a38a1a4bb9468 --- diff --git a/packer/provision/local-docker.yaml b/packer/provision/local-docker.yaml index c86f1e14c..885996101 100644 --- a/packer/provision/local-docker.yaml +++ b/packer/provision/local-docker.yaml @@ -133,14 +133,6 @@ become: true when: ansible_distribution == 'Ubuntu' and ansible_distribution_version == '18.04' - - name: Install libnode-dev dep for npm - apt: - name: libnode-dev - update_cache: yes - state: fixed - become: true - when: ansible_distribution == 'Ubuntu' and ansible_distribution_version == '20.04' - - name: Install supporting packages (Ubuntu 18.04) apt: name: