Nick Silkey
Results
3
comments of
Nick Silkey
We run into this in a Jenkins Docker container. The relevant pip snippets from the `Dockerfile` are as follows: ``` # Upgrade Python tools RUN pip install pip==7.1.2 RUN pip...
Ugh. `pbr` gonna `pbr` ... Thanks, @sivel.
Ive done something similar like this to shove the bot onto Heroku. Basically pull in `express` via `package.json` and swizzle `index.js` to listen if it detects Heroku, serve some rando...