mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
1 line
255 B
Bash
1 line
255 B
Bash
alias docker-build="docker build --build-arg http_proxy=http://proxy.ir.intel.com:911/ --build-arg https_proxy=http://proxy.ir.intel.com:911/ --build-arg ftp_proxy=http://proxy.ir.intel.com:911 --build-arg no_proxy=localhost,127.0.0.1,intel.com -q=false"
|