diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-25 16:11:54 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-25 16:11:54 +0100 |
commit | 5827069fe70ec43710fa237fba53f8d3b35d33e9 (patch) | |
tree | 6193edc4f71ea30f46d5ccdd7e36102eeca1bdf1 /Dockerfile | |
parent | f9668a913c9acd01cd457592874373c6c0fd0c26 (diff) | |
download | s2i-virtio-spec-5827069fe70ec43710fa237fba53f8d3b35d33e9.tar.gz |
misc
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |