We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08323bc commit fe99175Copy full SHA for fe99175
ee-requirements.yml
@@ -12,3 +12,4 @@ collections:
12
- community.aws
13
- community.digitalocean
14
- community.kubernetes
15
+ - community.dns # Added for community.dns.hetzner_dns_record
execution-environment.yml
@@ -11,10 +11,13 @@ dependencies:
11
python: ee-python-requirements.txt
system: ee-bindep.txt
-# additional_build_steps:
+additional_build_steps:
# prepend: |
16
# RUN whoami
17
# RUN cat /etc/os-release
18
-# append:
+ append:
19
+ # Upgrade pyopenssl to solve
20
+ # The error was: AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'
21
+ - RUN pip install pyopenssl --upgrade
22
# - RUN echo This is a post-install command!
23
# - RUN ls -la /etc
0 commit comments