Hello does anyone know of an existing docker image...
# pact-js
h
Hello does anyone know of an existing docker image that already has node and python to run the PACT tests?
m
h
I was looking t the bottom of the page where it says Here is an example NodeJS container that can be used as a reference to create a working container for your example:
👍 1
Is that available as a precompiled image having both node and python installed?
m
I don't think so
h
Thanks Matt
👍 1
I am just curious how does the PACT JS package make python calls?
m
It doesn't. But a lot of JS tooling uses node gyp to compile native dependencies and that needs python. Pact has a C++ native dep and uses that package
👍 1