Skip to content

Commit

Permalink
Remove proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
devclinton committed Jun 17, 2018
1 parent c71bd24 commit 964425f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ $(OUTPUT): Dockerfile
docker build --build-arg VERSION=$(VERSION) \
--build-arg BUILDOUT_CFG=buildout.$(MAJOR_VERSION).cfg \
--build-arg MAJOR_VERSION=$(MAJOR_VERSION) \
--build-arg HTTP_PROXY=http://172.17.0.8:3128 \
--build-arg HTTPS_PROXY=http://172.17.0.8:3128 \
--build-arg FTP_PROXY=http://172.17.0.8:3128 \
--rm -t swig:$(VERSION)-centos -f Dockerfile .
ID=$$(docker create swig:$(VERSION)-centos) \
&& docker cp $$ID:/build/$(TARGET)-1.x86_64.rpm $(OUTPUT) \
Expand Down

0 comments on commit 964425f

Please sign in to comment.