Skip to content

Commit

Permalink
refactor: remove unused public key and private key in Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: yangk <yangk@goodrain.com>
  • Loading branch information
yangkaa committed Aug 8, 2024
1 parent 337953a commit 4ce358a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ ENV TZ=Asia/Shanghai
RUN sed -i "s/# StrictHostKeyChecking ask/StrictHostKeyChecking no/g" /etc/ssh/ssh_config && \
mkdir /root/.ssh

ADD ./id_rsa /root/.ssh/id_rsa
ADD ./id_rsa.pub /root/.ssh/
ADD ./builder/ /tmp/builder
ADD ./pre-compile/ /tmp/pre-compile
ADD ./buildpacks /tmp/buildpacks
Expand Down

0 comments on commit 4ce358a

Please sign in to comment.