Skip to content

Commit 580f6bb

Browse files
committed
hax
1 parent dbb0a49 commit 580f6bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dags/nycmesh_generate_omni_cert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def deploy_to_omni(ip, password, cert_path, priv_key_path):
8080
print(stderr.read())
8181

8282
import subprocess
83-
subprocess.check_call([sys.executable, "-m", "pip", "install", "certbot", "paramiko==3.5.1", "scp==0.15.0", "cryptography==42.0.8"])
83+
subprocess.check_call([sys.executable, "-m", "pip", "install", "certbot", "certbot-dns-rfc2136", "paramiko==3.5.1", "scp==0.15.0", "cryptography==42.0.8"])
8484

8585
# Imports inside of the virtual environment
8686
from paramiko import SSHClient, AutoAddPolicy

0 commit comments

Comments
 (0)