mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-12 15:50:15 -08:00
10 lines
343 B
Docker
10 lines
343 B
Docker
FROM squidfunk/mkdocs-material:7.0.6
|
|
|
|
## 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
|
|
|
|
RUN pip install mike mkdocs-macros-plugin
|