Skip to content

Commit 494fc27

Browse files
committed
Development: only pull the images required
We are not using `readthedocs/build:latest` anymore for the clone step. We are now using `readthedocs/build:ubuntu-20.04` for it, so that image is the required one.
1 parent aefe3ff commit 494fc27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Set up your environment
5454

5555
.. prompt:: bash
5656

57-
inv docker.pull --only-latest
57+
inv docker.pull --only-required
5858

5959
#. start all the containers:
6060

0 commit comments

Comments
 (0)