mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-21 23:00:42 -08:00
11 lines
362 B
Docker
11 lines
362 B
Docker
FROM squidfunk/mkdocs-material:8.2.10
|
|
|
|
## If you want to see exactly the same version as is published to GitHub pages
|
|
## use a private image for insiders, which requires authentication.
|
|
|
|
# docker login -u ${GITHUB_USERNAME} -p ${GITHUB_TOKEN} ghcr.io
|
|
# FROM ghcr.io/squidfunk/mkdocs-material-insiders
|
|
|
|
COPY requirements.txt .
|
|
RUN pip install -r requirements.txt
|