Skip to content

Commit

Permalink
Enable connectivity checking
Browse files Browse the repository at this point in the history
  • Loading branch information
David McIntosh authored and GitHub committed Mar 15, 2022
1 parent 0e5eeb1 commit 198ba1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/updater-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ export class UpdaterBuilder {
`http_proxy=${this.proxy.url}`,
`HTTP_PROXY=${this.proxy.url}`,
`https_proxy=${this.proxy.url}`,
`HTTPS_PROXY=${this.proxy.url}`
`HTTPS_PROXY=${this.proxy.url}`,
`ENABLE_CONNECTIVITY_CHECK=1`
],
Cmd: ['sh', '-c', cmd],
HostConfig: {
Expand Down

0 comments on commit 198ba1f

Please sign in to comment.