diff options
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ RUN dnf install -y liberation-fonts \ 'tex(xltxtra.sty)' \ 'tex(xstring.sty)' \ \ - zip git httpd; \ + zip git file httpd; \ dnf clean all -y COPY ./s2i/bin/ /usr/libexec/s2i |