We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6913351 commit 3411064Copy full SHA for 3411064
1 file changed
toolchain/Dockerfile
@@ -28,6 +28,7 @@ RUN echo "install_weak_deps=False" >> /etc/dnf/dnf.conf \
28
FROM baseline AS utils
29
30
RUN dnf install -y \
31
+ pandoc \
32
rsync \
33
zip \
34
&& dnf clean all -y
0 commit comments