diff --git a/doc/source/developer_guide/index.rst b/doc/source/developer_guide/index.rst index 7d5b77d0c..0a89d5bc7 100644 --- a/doc/source/developer_guide/index.rst +++ b/doc/source/developer_guide/index.rst @@ -223,11 +223,11 @@ to build the base Docker image. ENV ftp_proxy " http://your.actual_ftp_proxy.com:your_port " RUN echo " proxy=http://your-proxy.com:port " >> /etc/yum.conf -#. The Makefile automates the Base Docker image build: +#. The ``tb.sh`` script automates the Base Docker image build: .. code:: sh - make + ./tb.sh create ---------------------------------- Build the CentOS Mirror Repository