Added alicevision dependency in docker files. Added cosmic, disco and eoan docker files.

This commit is contained in:
matlabbe
2019-11-03 21:14:47 -05:00
parent 179f17d267
commit 486b32a7d6
13 changed files with 601 additions and 0 deletions

2
docker/eoan/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:19.10 .