fix
This commit is contained in:
@@ -15,9 +15,9 @@ RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
openssh-server \
|
||||
&& \
|
||||
rm -rf /var/lib/apt/lists/* \
|
||||
mkdir -p /var/lib/postgresql/.ssh \
|
||||
chmod 700 /var/lib/postgresql/.ssh \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
mkdir -p /var/lib/postgresql/.ssh && \
|
||||
chmod 700 /var/lib/postgresql/.ssh && \
|
||||
chown postgres: /var/lib/postgresql/.ssh
|
||||
|
||||
COPY --chmod=644 --chown=postgres profile /var/lib/postgresql/.profile
|
||||
|
||||
Reference in New Issue
Block a user