Skip to content

Commit 2334ee3

Browse files
committed
chore(postgresql): add LD_LIBRARY_PATH
1 parent e199a86 commit 2334ee3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

stacks/postgresql/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ function build() {
8484

8585
cat << EOF > "${PROFILE_DIR}/${STACK_NAME}.sh"
8686
export PATH="/opt/drycc/postgresql/$PG_MAJOR/bin:\$PATH"
87+
export LD_LIBRARY_PATH="/opt/drycc/postgresql/$PG_MAJOR/lib:\$LD_LIBRARY_PATH"
8788
EOF
8889
cp -rf /opt/drycc/postgresql/* "${DATA_DIR}"
8990
cd /workspace && rm "postgresql-${PG_VER}" -rf

0 commit comments

Comments
 (0)