File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "message": "Requires authentication",
3+ "documentation_url": "https://docs.github.com/rest",
4+ "status": "401"
5+ }
Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ RUN apt-get update && \
1919 git \
2020 nodejs \
2121 tzdata \
22- libreadline-dev && \
22+ libreadline-dev \
23+ libyaml-dev && \
2324 rm -rf /var/lib/apt/lists/*
2425
2526RUN gem install bundler pg puma
Original file line number Diff line number Diff line change 4343 export NSS_WRAPPER_PASSWD=" ${tmp_passwd} "
4444 export NSS_WRAPPER_GROUP=" ${tmp_group} "
4545 trap ' rm -f "${NSS_WRAPPER_PASSWD:-}" "${NSS_WRAPPER_GROUP:-}"' EXIT
46+ echo " [pghero] initialized nss_wrapper (user $( id -u) )" >&2
4647}
4748
4849if ! wait_for_password_file; then
@@ -54,6 +55,7 @@ export DATABASE_URL="postgres://${POSTGRES_SUPERUSER}:${PASSWORD}@${POSTGRES_HOS
5455export PGHERO_DATABASE_URL=" ${DATABASE_URL} "
5556
5657ensure_passwd_entry
58+ echo " [pghero] LD_PRELOAD target=${LD_PRELOAD:- unset} " >&2
5759
5860wait_for_database () {
5961 attempts=${PGHERO_DB_WAIT_ATTEMPTS:- 90}
You can’t perform that action at this time.
0 commit comments