Remove "git submodule init && git submodule update" from Dockerfiles.
authorBen Sturmfels <ben@sturm.com.au>
Tue, 14 Apr 2020 06:40:38 +0000 (16:40 +1000)
committerBen Sturmfels <ben@sturm.com.au>
Tue, 14 Apr 2020 06:40:38 +0000 (16:40 +1000)
commit486f90a7f777edc9d3303c82960144b7f86be5d0
tree96e24e5b78ad89ea8537af69b7d906b134cca3e8
parent72047cbe687ac8f55c6f9afa5056b196e84ff355
Remove "git submodule init && git submodule update" from Dockerfiles.

These commands are run by `bootstrap.sh`. Also includes a couple more tidy-ups.
Dockerfile-debian-python2-sqlite
Dockerfile-debian-python3-sqlite