From 36d6302da43aae4e0165a6b1eb2649a07218cf90 Mon Sep 17 00:00:00 2001 From: messense Date: Thu, 26 Jan 2023 22:00:15 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b24694b0c..e7596e3b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 openssh-client \ + && yum install -y libffi-devel openssh-clients \ && 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 \