From 292968f72a1e8e754986da7394ef9c26b3c84d4d Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Tue, 22 Nov 2022 22:22:26 +0100 Subject: [PATCH] CT Hass: replaced libressl-dev with openssl-dev, since they where conflicting --- CT-Build/Alpine.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CT-Build/Alpine.yaml b/CT-Build/Alpine.yaml index 3d1b283..6265068 100644 --- a/CT-Build/Alpine.yaml +++ b/CT-Build/Alpine.yaml @@ -510,7 +510,7 @@ packages: - python3-dev - ca-certificates - libffi-dev - - libressl-dev + - openssl-dev - nmap - iputils - build-base