Skip to content

Commit a61ccfe

Browse files
committed
container: also add git-core so we can use it in the CI
Signed-off-by: Davide Cavalca <[email protected]>
1 parent 8b1592e commit a61ccfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.licenses=MIT
55
LABEL org.opencontainers.image.source=https://github.com/AsahiLinux/docs
66
LABEL org.opencontainers.image.vendor="Asahi Linux"
77

8-
RUN dnf -y install mkdocs-material mkdocs-material+imaging python3-mkdocs-redirects && dnf -y clean all
8+
RUN dnf -y install git-core mkdocs-material mkdocs-material+imaging python3-mkdocs-redirects && dnf -y clean all
99

1010
RUN mkdir /docs
1111

0 commit comments

Comments
 (0)