diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2015-12-21 21:33:32 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2015-12-21 21:33:32 +0100 |
commit | 7cd1b1ed091a81b92d3167de6aecb6a45f04d2ec (patch) | |
tree | fe47faadc93cc435a1e5b9e8e5b6a1690486a744 | |
parent | b66f66d95b36a2feb35fdfa538cf080f832af740 (diff) | |
download | docker-7cd1b1ed091a81b92d3167de6aecb6a45f04d2ec.tar.gz |
Move that to later
-rw-r--r-- | ci/maipo | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,8 +28,6 @@ RUN chmod -v a+rx \ /usr/bin/systemctl \ /usr/bin/systemctl-socket-daemon -RUN sed -i -e '/requiretty/d' /etc/sudoers - ADD https://cgit.cyrus.foundation/docker/plain/.vimrc /root/.vimrc #RUN yum clean all && \ @@ -101,6 +99,8 @@ RUN yum clean all && \ yum-utils && \ yum clean all +RUN sed -i -e '/requiretty/d' /etc/sudoers + WORKDIR /srv RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git WORKDIR /srv/closure-compiler.git |