diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 14:19:44 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 14:19:44 +0100 |
commit | 74e2fe47e74c270ba19448419a592654812b0724 (patch) | |
tree | ccc197acfb75957b6a33c684d3faa17df87d4693 | |
parent | 3221c2453a366c039b9b1f055eefd723dca15e19 (diff) | |
download | s2i-virtio-spec-74e2fe47e74c270ba19448419a592654812b0724.tar.gz |
add babel-english
-rw-r--r-- | Dockerfile | 1 | ||||
-rwxr-xr-x | s2i/bin/assemble | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -30,6 +30,7 @@ RUN dnf install -y liberation-fonts \ \ texlive-ae \ texlive-babel \ + texlive-babel-english \ texlive-chngcntr \ texlive-courier \ texlive-etoolbox \ diff --git a/s2i/bin/assemble b/s2i/bin/assemble index a9d3fd9..c8e04f6 100755 --- a/s2i/bin/assemble +++ b/s2i/bin/assemble @@ -7,7 +7,6 @@ # https://github.com/openshift/source-to-image/blob/master/docs/builder_image.md # -# If the 'kraxel/s2i-jekyll' assemble script is executed with the '-h' flag, print the usage. if [[ "$1" == "-h" ]]; then exec /usr/libexec/s2i/usage fi |