Got the following message while building VyOS rolling release ISO :
The following packages have unmet dependencies:
libstrongswan-standard-plugins : Depends: libssl1.1 (>= 1.1.1) but it is not installable
E: Unable to correct problems, you have held broken packages.
(live)root@b904a1aa4e9c:/#
root@b904a1aa4e9c:/vyos# sudo chroot build/chroot /bin/bash
(live)root@b904a1aa4e9c:/# mount -t proc none /proc
(live)root@b904a1aa4e9c:/# mount -t sysfs none /sys
(live)root@b904a1aa4e9c:/# mount -t devtmpfs none /dev
(live)root@b904a1aa4e9c:/# apt-get update
Get:1 Index of /debian-security buster/updates InRelease [34.8 kB]
Hit:2 Index of /debian bookworm InRelease
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Hit:4 Index of /debian bookworm-updates InRelease
Hit:5 https://repo.saltproject.io/py3/debian/11/amd64/3004 bullseye InRelease
Hit:6 Index of /debian bookworm-backports InRelease
Hit:7 Index of /debian buster InRelease
Hit:8 Index of /debian buster-updates InRelease
Hit:9 http://dev.packages.vyos.net/repositories/current current InRelease
Fetched 82.8 kB in 2s (37.2 kB/s)
Reading package lists… Done
(live)root@b904a1aa4e9c:/# apt-get install vyos-1x
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libstrongswan-standard-plugins : Depends: libssl1.1 (>= 1.1.1) but it is not installable
E: Unable to correct problems, you have held broken packages.
(live)root@b904a1aa4e9c:/# apt-get install libssl1.1
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
Package libssl1.1 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package ‘libssl1.1’ has no installation candidate
(live)root@b904a1aa4e9c:/#general
How can i fix this?