Skip to content

Commit

Permalink
scaleft binary links
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyu authored Mar 23, 2022
1 parent 5076fe0 commit 47ac738
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ RUN curl -C - https://pkg.scaleft.com/scaleft_yum.repo | tee /etc/yum.repos.d/sc
&& dnf install -y openssh-clients sshpass \
&& dnf install -y sudo \
&& dnf clean all \
&& mkdir /root/.ssh && sft ssh-config > /root/.ssh/config
&& mkdir /root/.ssh && sft ssh-config > /root/.ssh/config \
&& ln -s /usr/bin/sft /usr/local/bin/sft

## ghost-tool from dodopizza/sre-toolchain
COPY bin/ghost-tool.sh /usr/bin/ghost-tool
Expand Down

0 comments on commit 47ac738

Please sign in to comment.