Ignore docker pull errors

This commit is contained in:
bandesz
2017-02-28 18:26:48 +00:00
parent 55f2d49e25
commit aef9bb3615

View File

@@ -8,8 +8,8 @@ help:
.PHONY: build
build:
docker pull `grep "FROM " Dockerfile | cut -d ' ' -f 2` || true
docker build \
--pull \
--build-arg HTTP_PROXY="${HTTP_PROXY}" \
--build-arg HTTPS_PROXY="${HTTP_PROXY}" \
--build-arg NO_PROXY="${NO_PROXY}" \