Ensure libnsl dependency is available

libnsl is a dependency of the nfast client software, so it must
also be mounted on the container for the nfast tools to work.

Change-Id: Ic2fb37d6ff872840ec4fc506c6949327d2d9705c
This commit is contained in:
Douglas Mendizábal 2019-07-30 09:58:03 -05:00
parent c74e31dec1
commit af3208c743
1 changed files with 3 additions and 0 deletions

View File

@ -460,6 +460,7 @@ outputs:
if:
- thales_hsm_enabled
-
- /lib64/libnsl.so.1:/lib64/libnsl.so.1
- /opt/nfast:/opt/nfast
- null
-
@ -668,6 +669,7 @@ outputs:
if:
- thales_hsm_enabled
-
- /lib64/libnsl.so.1:/lib64/libnsl.so.1
- /opt/nfast:/opt/nfast
- null
-
@ -714,6 +716,7 @@ outputs:
if:
- thales_hsm_enabled
-
- /lib64/libnsl.so.1:/lib64/libnsl.so.1
- /opt/nfast:/opt/nfast
- null
-