Skip to content

Commit 6250b21

Browse files
committed
fix Dockerfile path
1 parent a82bffc commit 6250b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/travis/linux/before_script.sh

Lines changed: 1 addition & 1 deletion
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)