mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Merge pull request #138 from Human-Connection/remove_private_ssh_key_from_docker_image
Don't copy private SSH key into docker image
This commit is contained in:
commit
3e570a90dd
@ -4,6 +4,5 @@ RUN apt-get update \
|
|||||||
&& apt-get -y install --no-install-recommends openssh-client rsync \
|
&& apt-get -y install --no-install-recommends openssh-client rsync \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
COPY .ssh /root/.ssh/
|
|
||||||
COPY import.sh .
|
COPY import.sh .
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user