Skip to content

Commit

Permalink
Fix for SSH issue
Browse files Browse the repository at this point in the history
  • Loading branch information
seriva committed Mar 9, 2020
1 parent 10fc5bc commit 176a22b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/epicli/Dockerfile-debian
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY /dist/ /epicli
WORKDIR /epicli

RUN apt-get update \
&& apt-get -y install gcc make musl-dev libffi-dev tar unzip
&& apt-get -y install gcc make musl-dev libffi-dev tar unzip openssh-client

RUN pip install epicli-${EPICLI_VERSION}-py3-none-any.whl

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG BUILD_ID
FROM epicli:$BUILD_ID

RUN apt-get update \
&& apt-get -y install ruby-full openssh-client \
&& apt-get -y install ruby-full \
&& gem install serverspec rake rspec_junit_formatter

RUN ssh-keygen -q -t rsa -m PEM -N '' -f ~/.ssh/id_rsa
Expand Down

0 comments on commit 176a22b

Please sign in to comment.