We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b1592e commit a61ccfeCopy full SHA for a61ccfe
Dockerfile
@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.licenses=MIT
5
LABEL org.opencontainers.image.source=https://github.com/AsahiLinux/docs
6
LABEL org.opencontainers.image.vendor="Asahi Linux"
7
8
-RUN dnf -y install mkdocs-material mkdocs-material+imaging python3-mkdocs-redirects && dnf -y clean all
+RUN dnf -y install git-core mkdocs-material mkdocs-material+imaging python3-mkdocs-redirects && dnf -y clean all
9
10
RUN mkdir /docs
11
0 commit comments