diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2020-02-16 19:23:31 -0600 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2020-02-16 19:23:31 -0600 |
commit | 4cc7ec656d541c9d0c929e64c5e05b2b85da072f (patch) | |
tree | 8114741d41d0432a75290598975d104691bbb0f4 /packages/base/src/files/etc/profile.d/env.sh | |
parent | a5097dca9f0caf3f2098984c62402351845ebd6b (diff) |
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 <jorge.hernandez-herrero@att.com>
Change-Id: I62a1b9b556bd2f6c0c243062cb864dfed80e2bea
Diffstat (limited to 'packages/base/src/files/etc/profile.d/env.sh')
-rw-r--r-- | packages/base/src/files/etc/profile.d/env.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |