aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
-rwxr-xr-xs2i/bin/assemble4
2 files changed, 3 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index d6640d6..1fdc5d7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -59,7 +59,7 @@ RUN dnf install -y liberation-fonts \
texlive-xltxtra \
texlive-xstring \
\
- zip httpd; \
+ zip git httpd; \
dnf clean all -y
COPY ./s2i/bin/ /usr/libexec/s2i
diff --git a/s2i/bin/assemble b/s2i/bin/assemble
index 6417958..bea93b3 100755
--- a/s2i/bin/assemble
+++ b/s2i/bin/assemble
@@ -27,7 +27,7 @@ echo "---> Building virtio spec ..."
if test "$OPENSHIFT_BUILD_REFERENCE" != ""; then
SPECDOC="$SPECDOC-$OPENSHIFT_BUILD_REFERENCE";
fi;
- echo "- $SPECDOC -"
+ echo "-----> SPECDOC=$SPECDOC <-----";
sh makeall.sh)
echo "---> Move docs output ..."
@@ -79,4 +79,4 @@ EOF
echo "---> Fix permissions ..."
chmod +x . output
chmod -R +r .
-find . | xargs ls -ld
+find output | xargs ls -ld