Skip to content

Commit 37c4ccb

Browse files
committed
fix dockerfile path
1 parent 54a9f81 commit 37c4ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/travis/linux/before_script.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ fi
5050

5151
docker pull "qgis/qgis3-build-deps:${DOCKER_TAG}" || true
5252
if [[ $DOCKER_DEPS_IMAGE_REBUILD =~ true ]]; then
53-
docker build --no-cache -t "qgis/qgis3-build-deps:${DOCKER_TAG}" .
53+
docker build --no-cache -t "qgis/qgis3-build-deps:${DOCKER_TAG}" -f qgis3-build-deps.dockerfile .
5454
else
5555
docker build --cache-from "qgis/qgis3-build-deps:${DOCKER_TAG}" -t "qgis/qgis3-build-deps:${DOCKER_TAG}" -f qgis3-build-deps.dockerfile .
5656
fi

0 commit comments

Comments
 (0)