This commit is contained in:
Bernhard Radermacher
2026-02-23 09:39:03 +01:00
parent 0aece157df
commit 5789d99781

View File

@@ -15,9 +15,9 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
openssh-server \ openssh-server \
&& \ && \
rm -rf /var/lib/apt/lists/* \ rm -rf /var/lib/apt/lists/* && \
mkdir -p /var/lib/postgresql/.ssh \ mkdir -p /var/lib/postgresql/.ssh && \
chmod 700 /var/lib/postgresql/.ssh \ chmod 700 /var/lib/postgresql/.ssh && \
chown postgres: /var/lib/postgresql/.ssh chown postgres: /var/lib/postgresql/.ssh
COPY --chmod=644 --chown=postgres profile /var/lib/postgresql/.profile COPY --chmod=644 --chown=postgres profile /var/lib/postgresql/.profile