We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e199a86 commit 2334ee3Copy full SHA for 2334ee3
1 file changed
stacks/postgresql/build.sh
@@ -84,6 +84,7 @@ function build() {
84
85
cat << EOF > "${PROFILE_DIR}/${STACK_NAME}.sh"
86
export PATH="/opt/drycc/postgresql/$PG_MAJOR/bin:\$PATH"
87
+export LD_LIBRARY_PATH="/opt/drycc/postgresql/$PG_MAJOR/lib:\$LD_LIBRARY_PATH"
88
EOF
89
cp -rf /opt/drycc/postgresql/* "${DATA_DIR}"
90
cd /workspace && rm "postgresql-${PG_VER}" -rf
0 commit comments