The determinant of a matrix after adding a multiple of one row to another remains the same.
So you can add $10^4$ of the first row, $10^3$ of the second, $10^2$ of the third and $10^1$ of the fourth row to the fifth row, and the determinant will be preserved. This will give you the last row as
$$(\begin{matrix}11322 & 13209 & 29189 & 56661 & 15096\end{matrix})$$
Afterwards, do cofactor expansion along the fifth row to get
$$\det = 11322A_{5,1} + 13209A_{5,2} + 29189A_{5, 3} + 56661A_{5, 4} + 15096A_{5, 5}$$
which is divisible by $17$ by the divisibility of linear combinations.