Skip to content

Commit

Permalink
Some updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bibi21000 committed Feb 9, 2016
1 parent 2b89ff5 commit 3e28f6c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ RUN cat /etc/issue
RUN env
RUN /sbin/ip addr

RUN mkdir /opt/janitoo/src/janitoo_docker_tests
RUN mkdir /opt/janitoo/src/janitoo_docker_tests/

ADD . /opt/janitoo/src/janitoo_docker_tests

RUN date +'%Y/%m/%d %H:%M:%S'

WORKDIR /opt/janitoo/src

RUN apt-get update && apt-get dist-upgrade -y && \
Expand All @@ -27,6 +29,8 @@ RUN /usr/bin/supervisord -c /etc/supervisor/supervisord-tests.conf && \
cd janitoo_manager && \
make docker-test

RUN date +'%Y/%m/%d %H:%M:%S'
RUN df -h
RUN ls -lisa

RUN make coverage-all
Expand Down

0 comments on commit 3e28f6c

Please sign in to comment.