We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e817e commit d298abcCopy full SHA for d298abc
dockerfiles/Dockerfile
@@ -39,8 +39,8 @@ RUN ln -s /usr/bin/python3 /usr/bin/python
39
40
WORKDIR /tmp
41
42
-RUN curl -O https://raw.githubusercontent.com/readthedocs/readthedocs.org/master/requirements/pip.txt
43
-RUN curl -O https://raw.githubusercontent.com/readthedocs/readthedocs.org/master/requirements/docker.txt
+COPY requirements/pip.txt pip.txt
+COPY requirements/docker.txt docker.txt
44
RUN pip3 install --no-cache-dir -r docker.txt
45
46
# Install readthedocs-ext only if GITHUB_TOKEN is provided
0 commit comments