Skip to content

Commit

Permalink
Dockerfile: Install openssh-client to be able to fetch git dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kosta authored Jan 26, 2023
1 parent 87ad04b commit 2ac2481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ENV PATH /opt/python/cp37-cp37m/bin:/opt/python/cp38-cp38/bin:/opt/python/cp39-c
ENV USER root

RUN curl --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \
&& yum install -y libffi-devel \
&& yum install -y libffi-devel openssh-client \
&& python3.7 -m pip install --no-cache-dir cffi \
&& python3.8 -m pip install --no-cache-dir cffi \
&& python3.9 -m pip install --no-cache-dir cffi \
Expand Down

0 comments on commit 2ac2481

Please sign in to comment.