github.com/devseccon/trivy@v0.47.1-0.20231123133102-bd902a0bd996/docs/build/Dockerfile (about) 1 FROM squidfunk/mkdocs-material:9.4.6 2 3 ## If you want to see exactly the same version as is published to GitHub pages 4 ## use a private image for insiders, which requires authentication. 5 6 # docker login -u ${GITHUB_USERNAME} -p ${GITHUB_TOKEN} ghcr.io 7 # FROM ghcr.io/squidfunk/mkdocs-material-insiders 8 9 COPY requirements.txt . 10 RUN pip install -r requirements.txt