aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile1
-rwxr-xr-xs2i/bin/assemble1
2 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index a328c8f..394ef43 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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