Skip to content

Commit

Permalink
fix: install openssh in order to be able to clone repo using ssh keys (
Browse files Browse the repository at this point in the history
…#1126)

Signed-off-by: gabriel-farache <gfarache@redhat.com>
  • Loading branch information
gabriel-farache committed Mar 13, 2024
1 parent ff13fa4 commit fc28c23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,8 @@ VOLUME ["/workspace"]
#"/var/run/docker.sock" needs to be mounted for container based transformers to work with docker
# Start app
WORKDIR /workspace

RUN microdnf install -y openssh openssh-clients
RUN mkdir -p $HOME/.ssh

CMD move2kube

0 comments on commit fc28c23

Please sign in to comment.