Fixed https: proxy config
Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
parent
09e71f17da
commit
4a0fad7da9
@ -1,9 +1,11 @@
|
||||
# Pre-install proxy configuration values
|
||||
#
|
||||
# This uses the linux-ftp.ostc.intel.com as a mirror.
|
||||
RUN echo "Acquire::http::proxy \"http://proxy-chain.intel.com:911/\";\n" \
|
||||
"Acquire::https::proxy \"https://proxy-chain.intel.com:911/\";\n" \
|
||||
"Acquire::ftp::proxy \"ftp://proxy-chain.intel.com:911/\";\n" \
|
||||
"Acquire::socks::proxy \"socks://proxy-chain.intel.com:1080/\";\n" \
|
||||
"Acquire::http::Proxy::linux-ftp.ostc.intel.com DIRECT;\n" \
|
||||
"Acquire::http::Proxy::osgc.jf.intel.com DIRECT;\n" > /etc/apt/apt.conf
|
||||
RUN { \
|
||||
echo "Acquire::http::proxy \"http://proxy-chain.intel.com:911/\";\n" ; \
|
||||
echo "Acquire::https::proxy \"http://proxy-chain.intel.com:912/\";\n" ; \
|
||||
echo "Acquire::ftp::proxy \"ftp://proxy-chain.intel.com:911/\";\n" ; \
|
||||
echo "Acquire::socks::proxy \"socks://proxy-chain.intel.com:1080/\";\n" ; \
|
||||
echo "Acquire::http::Proxy::linux-ftp.ostc.intel.com DIRECT;\n" ; \
|
||||
echo "Acquire::http::Proxy::osgc.jf.intel.com DIRECT;\n" ; \
|
||||
} > /etc/apt/apt.conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user