Commit 1adcf3b2 authored by DawnStone's avatar DawnStone Committed by Adam Procter

removed unecessary proxy config from contrib/docker/make-dimage.sh (#1062)

parent 5a7d60a1
...@@ -58,8 +58,6 @@ echo ' ' ...@@ -58,8 +58,6 @@ echo ' '
# build the docker base image # build the docker base image
docker build --rm=true \ docker build --rm=true \
-f="${DFILE}" \ -f="${DFILE}" \
--build-arg http_proxy=http://proxy-us.intel.com:911 \
--build-arg https_proxy=https://proxy-us.intel.com:911 \
-t="${DIMAGE_ID}" \ -t="${DIMAGE_ID}" \
${CONTEXT} ${CONTEXT}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment