Skip to content

Commit 037eba9

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

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+
envsubst \
3132
pandoc \
3233
rsync \
3334
zip \

0 commit comments

Comments
 (0)