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
|
|
|
|
|