Skip to content

Commit

Permalink
Some updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bibi21000 committed May 4, 2016
1 parent 0f24cb8 commit b7e6b8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ RUN make clone module=janitoo_postgresql && \
rm -Rf /tmp/* 2>/dev/null||true

RUN make clone module=janitoo_db_full && \
apt-get clean && \
rm -Rf /root/.cache/* 2>/dev/null||true && \
apt-get clean && rm -Rf /root/.cache/* 2>/dev/null||true && \
rm -Rf /tmp/* 2>/dev/null||true

RUN make pull repo="https://github.com/bibi21000/janitoo_raspberry_i2c_full.git" && make module=janitoo_raspberry_i2c_full docker-deps && make module=janitoo_raspberry_i2c_full develop && \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ docker-pull:
@echo
@echo "Docker image pulled."

docker-tests:
docker-image-tests:
docker build -t 'bibi21000/janitoo_tests' .
@echo
@echo "Tests for docker finished."
Expand Down

0 comments on commit b7e6b8c

Please sign in to comment.