Build ISO equuleus failed squashfs-tools

Hi guys!

I was trying to build VyOS 1.3 Equuleus. I’m able to build current VyOS 1.4 with success but VyOS 1.3 give me an error when I want to build it.

This is the error. Does anyone know how to fix this?

Calculating upgrade...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists...
Building dependency tree...
[2021-11-18 03:06:23] lb binary_rootfs
P: Begin building root filesystem image...
Reading package lists...
Building dependency tree...
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:
 squashfs-tools : Depends: libzstd1 (>= 1.4.0) but 1.3.8+dfsg-3+deb10u2 is to be installed
E: Unable to correct problems, you have held broken packages.
P: Begin unmounting filesystems...
P: Saving caches...
Reading package lists...
Building dependency tree...
make: *** [Makefile:32: iso] Error 1
vyos_bld@1a09316fdcf8:/vyos/vyos-build$

It says that you need to update the pkg
sudo apt update
sudo apt upgrade libzstd1

Even with sudo apt upgrade libzstd1

It installed 1.3.8 version. Even If I put the 1.4.8 deb package in the packages folder or installing the deb directly to the container, the issue is the same.

I have same issue here

You will find the solution here