File: Dockerfile

package info (click to toggle)
python-requests-cache 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,024 kB
  • sloc: python: 7,029; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 176 bytes parent folder | download | duplicates (2)
1
2
3
4
5
# Readthedocs build container with project dependencies pre-installed
FROM readthedocs/build:8.0
COPY . /src/
RUN pip3 install -U /src/[docs,backends]
ENTRYPOINT ["/bin/bash"]