This commit is contained in:
Bernhard Radermacher
2026-02-25 15:47:33 +01:00
parent d28300e84c
commit 95caa2654c

View File

@@ -21,6 +21,7 @@ RUN apt-get update && \
printf "\npostgres ALL = (ALL) NOPASSWD:ALL\n" >> /etc/sudoers && \
printf "\nX11Forwarding no\nPasswordAuthentication no\n" >> /etc/ssh/sshd_config && \
printf "\nStrictHostKeyChecking no\n" >> /etc/ssh/ssh_config
COPY --chown=postgres:postgres postgres /var/lib/postgresql/
COPY --chmod=755 entrypoint.sh /usr/local/bin/