Skip to content

Commit 3411064

Browse files
committed
[toolchain] Add pandoc to utility toolchain
Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
1 parent 6913351 commit 3411064

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

toolchain/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ RUN echo "install_weak_deps=False" >> /etc/dnf/dnf.conf \
2828
FROM baseline AS utils
2929

3030
RUN dnf install -y \
31+
pandoc \
3132
rsync \
3233
zip \
3334
&& dnf clean all -y

0 commit comments

Comments
 (0)