diff options
-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 |