11 строки
217 B
Bash
11 строки
217 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# proj-docs image has all of the Sphinx
|
||
|
# dependencies need to build PROJ's docs
|
||
|
# it is build from docs/docbuild/Dockerfile
|
||
|
# and is manually pushed as needed to DockerHub
|
||
|
|
||
|
docker pull osgeo/proj-docs
|
||
|
|
||
|
|