Hi,
I found this example trying to add mssql-server-fts to an existing mssql docker image.
One thing I noticed is that mssql-server-fts depends on mssql-server, even though that is not really needed since it is already installed out-of-band (not from apt). It will still download and install the full sql server from apt, which is not what I want.
Do you have any insight how to install only mssql-server-fts?
Thx