wip
This commit is contained in:
@@ -6,7 +6,12 @@ RUN apt-get update && \
|
|||||||
postgresql-client \
|
postgresql-client \
|
||||||
iproute2 \
|
iproute2 \
|
||||||
&& \
|
&& \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/* \
|
||||||
|
cd /usr/sbin && \
|
||||||
|
for f in pcp* pg* \
|
||||||
|
do ln -s "/usr/sbin/${f}" "/usr/local/bin/${f}" \
|
||||||
|
done \
|
||||||
|
cd $OLDPWD
|
||||||
|
|
||||||
COPY --chmod=644 pool_hba.conf /etc/pgpool2/
|
COPY --chmod=644 pool_hba.conf /etc/pgpool2/
|
||||||
COPY --chmod=755 entrypoint.sh /usr/local/bin/
|
COPY --chmod=755 entrypoint.sh /usr/local/bin/
|
||||||
|
|||||||
Reference in New Issue
Block a user