From 4cc7ec656d541c9d0c929e64c5e05b2b85da072f Mon Sep 17 00:00:00 2001 From: jhh Date: Sun, 16 Feb 2020 19:23:31 -0600 Subject: Native policies support in docker Depends on https://gerrit.onap.org/r/#/c/policy/docker/+/101758/ for package cleanup. The work is needed to run the PDP-D with no applications, native policies may exercise this set up. This work provides a functional image with a precooked installation. This work will allow fixing and cleaning up of CSITs specific to this repo which maintenance is problematic. Issue-ID: POLICY-2181 Signed-off-by: jhh Change-Id: I62a1b9b556bd2f6c0c243062cb864dfed80e2bea --- packages/base/src/files/etc/profile.d/env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/base/src') diff --git a/packages/base/src/files/etc/profile.d/env.sh b/packages/base/src/files/etc/profile.d/env.sh index b6920935..9ffd026c 100644 --- a/packages/base/src/files/etc/profile.d/env.sh +++ b/packages/base/src/files/etc/profile.d/env.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/bash ### # ============LICENSE_START======================================================= # ONAP -- cgit 1.2.3-korg