diff options
Diffstat (limited to 'ci/maipo')
-rw-r--r-- | ci/maipo | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -34,6 +34,11 @@ RUN yum clean metadata && \ awk '{print $1}' \ ) +WORKDIR /srv +RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git +WORKDIR /srv/closure-compiler.git +RUN ant jar + ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh / RUN chmod 755 /entrypoint.sh ENTRYPOINT [ "/entrypoint.sh" ] |