fix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user