We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e472902 + 003e8dd commit 034e35cCopy full SHA for 034e35c
.travis.yml
@@ -6,6 +6,8 @@ branches:
6
- master
7
services:
8
- docker
9
+env:
10
+ - DOCKER_BUILD_FLAGS="--pull --no-cache"
11
sudo: required
12
install:
13
- pip install -r rootfs/dev_requirements.txt
Makefile
@@ -6,7 +6,7 @@ include versioning.mk
# For cases where we're building from local
docker-build:
- docker build --rm -t ${IMAGE} rootfs
+ docker build ${DOCKER_BUILD_FLAGS} -t ${IMAGE} rootfs
docker tag ${IMAGE} ${MUTABLE_IMAGE}
setup-venv:
0 commit comments