How can I install executables with my deployment
babazaroni
TRIAL
8 months ago
I'm using a python library that makes calls to an executable mdb-tools.
How can I get mdb-tools installed in my deployment?
Will I have to make a docker file with these tools installed.
I'm using Ubuntu.
These tools can be installed with apt install mdbtools.