Skip to content

Commit 0d2ef47

Browse files
RedProkofievtofu-rocketry
authored andcommitted
libffi-devel addition to docker test
- Added libffi-devel as a requirement for cryptography==3.3.0
1 parent 0da5063 commit 0d2ef47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ RUN yum -y install gcc python-devel openldap-devel && yum clean all
1717
# Install libffi, a requirement of openssl
1818
RUN yum -y install libffi-devel && yum clean all
1919

20+
# Install libffi, a requirement of openssl
21+
RUN yum -y install libffi-devel && yum clean all
22+
2023
# Install the system requirements of ssm
2124
RUN yum -y install openssl && yum clean all
2225

0 commit comments

Comments
 (0)