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.

1 Replies

8 months ago

I would recommend writing a Dockerfile, yes.


How can I install executables with my deployment - Railway Help Station