debug hardware

This commit is contained in:
Ray Ozzie
2016-03-26 12:36:31 -04:00
parent a1620c84da
commit 194a021b28
2 changed files with 6 additions and 3 deletions

View File

@ -3,9 +3,6 @@ FROM resin/raspberrypi-buildpack-deps
# Enable systemd, as Resin requires this
ENV INITSYSTEM on
# Another approach to blowing away the cache
RUN date >/var/tmp/image_build.log
# Version number of gateway software.
# (Incrementing this simply forces Docker to flush its cache
# and thus forces a full rebuild. Not used outside of Dockerfile.)