Paulius Kutka

Results 2 comments of Paulius Kutka

@pheel Could you share the whole `Dockerfile` with the `node:12-buster-slim` approach? I can't seem to make it work by just adding that line so probably I am missing something.

Here's the code snippet: ``` var needle = require('needle'); var tunnel = require('tunnel'); var myAgent = tunnel.httpOverHttp({ proxy: { host: '127.0.0.1', port: 8080 } }); needle.get('https://github.com/status', {agent: myAgent} ,function (error,...