Komnomnomnom / swigibpy

Third party Interactive Brokers Python API generated from TWS C++ API using SWIG.
http://github.com/Komnomnomnom/swigibpy/
Other
157 stars 35 forks source link

Docker #53

Open robcarver17 opened 7 years ago

robcarver17 commented 7 years ago

I've written a short docker file which gets swigibpy running in a Docker python3 container. I'll be writing more about this in my blog. Raising as an issue rather than a pull request as I don't know where you would want to put it.

FROM python RUN apt-get update RUN apt-get install -y g++ RUN apt-get install -y python3-dev RUN pip3 install swigibpy