Revert "strongSwan: T1888: install libcurl4-openssl-dev build dependency"

This reverts commit 05d0c7359ee1e3084e25ba294c6492031d893423.
This commit is contained in:
Christian Breunig 2023-01-18 20:54:07 +01:00
parent 05d0c7359e
commit efa8fa1bb5

View File

@ -8,9 +8,6 @@ if [ ! -d ${SRC} ]; then
exit 1
fi
# Re-install libcurl4-openssl-dev, removed during docker build by ocserv
apt-get install -y libcurl4-openssl-dev
PATCH_DIR=${CWD}/patches
if [ -d $PATCH_DIR ]; then
for patch in $(ls ${PATCH_DIR})