mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 17:57:16 +02:00
[docker] Fix link to download libassimpsceneimport.so
in Docker images
This commit is contained in:
parent
1141d44bce
commit
0e00dd49dc
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ test -f dl/qt.run || \
|
||||||
|
|
||||||
# Download a prebuilt assimp importer to address https://bugreports.qt.io/browse/QTBUG-88821
|
# Download a prebuilt assimp importer to address https://bugreports.qt.io/browse/QTBUG-88821
|
||||||
test -f dl/libassimpsceneimport.so || \
|
test -f dl/libassimpsceneimport.so || \
|
||||||
wget --no-check-certificate "https://gdirect.cc/d/bBomG&type=1" -O "dl/libassimpsceneimport.so"
|
wget --no-check-certificate "https://drive.google.com/uc?export=download&id=1cTU7xrOsLI6ICgRSYz_t9E1lsrNF1kBB" -O "dl/libassimpsceneimport.so"
|
||||||
|
|
||||||
|
|
||||||
# DEPENDENCIES
|
# DEPENDENCIES
|
||||||
|
|
|
@ -18,7 +18,7 @@ test -f dl/qt.run || \
|
||||||
|
|
||||||
# Download a prebuilt assimp importer to address https://bugreports.qt.io/browse/QTBUG-88821
|
# Download a prebuilt assimp importer to address https://bugreports.qt.io/browse/QTBUG-88821
|
||||||
test -f dl/libassimpsceneimport.so || \
|
test -f dl/libassimpsceneimport.so || \
|
||||||
wget --no-check-certificate "https://gdirect.cc/d/bBomG&type=1" -O "dl/libassimpsceneimport.so"
|
wget --no-check-certificate "https://drive.google.com/uc?export=download&id=1cTU7xrOsLI6ICgRSYz_t9E1lsrNF1kBB" -O "dl/libassimpsceneimport.so"
|
||||||
|
|
||||||
# DEPENDENCIES
|
# DEPENDENCIES
|
||||||
docker build \
|
docker build \
|
||||||
|
|
Loading…
Add table
Reference in a new issue