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
Signed-off-by: gabriel-farache <gfarache@redhat.com>
  • Loading branch information
gabriel-farache committed Jan 8, 2024
1 parent 17a115d commit 383bfd6
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 383bfd6

Please sign in to comment.