Skip to content

Commit 0af509b

Browse files
committed
Also set $LD_LIBRARY_PATH via .profile.d mechanism.
1 parent df471d8 commit 0af509b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.profile.d/00-nginx-php.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Set default buildpack path.
22
export PATH="$PATH:/app/vendor/bin:/app/local/bin:/app/vendor/nginx/sbin:/app/vendor/php/bin:/app/vendor/php/sbin:/usr/local/bin:/usr/bin:/bin"
3+
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/app/local/lib"

0 commit comments

Comments
 (0)