Skip to content

Commit

Permalink
Merge #1427
Browse files Browse the repository at this point in the history
1427: Dockerfile: Install openssh-client to be able to fetch git dependencies r=messense a=kosta



Co-authored-by: Kosta <theoneandonlykosta@gmail.com>
  • Loading branch information
bors[bot] and kosta authored Jan 26, 2023
2 parents 87ad04b + 2ac2481 commit 0eff7c0
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 0eff7c0

Please sign in to comment.