1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-20 06:26:38 +02:00

switch back to original build

This commit is contained in:
diginc 2018-01-26 21:07:25 -06:00
parent c9165850c3
commit e430d5a5e5

View File

@ -17,8 +17,7 @@ script:
# prepare qemu
- docker run --rm --privileged multiarch/qemu-user-static:register --reset
# generate and build dockerfile
- ./Dockerfile.py --os=${OS} --arch=${ARCH} -v --no-build
- docker build --pull --cache-from="diginc/pi-hole:debian_${ARCH},pi-hole:debian_${ARCH}" -f Dockerfile_debian_${ARCH} -t pi-hole:debian_${ARCH} .
- ./Dockerfile.py --os=${OS} --arch=${ARCH} -v
- docker images
# run docker build & tests
- py.test -vv -n auto -k "${OS}-${ARCH}" ./test/