Docker: added focal image, fixed bionic image not building with alicevision. Updated travis with focal build.

This commit is contained in:
matlabbe
2020-06-09 21:15:54 -04:00
parent 13679cc52a
commit ffdb2eb855
5 changed files with 76 additions and 1 deletions

2
docker/focal/hooks/build Normal file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
docker build --build-arg CACHE_DATE="$(date)" --cache-from $IMAGE_NAME -f $DOCKERFILE_PATH -t $IMAGE_NAME -t $DOCKER_REPO:20.04 .