How can I install executables with my deployment
babazaroni
TRIALOP

a year 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.

1 Replies

a year ago

I would recommend writing a Dockerfile, yes.


Loading...