This commit is contained in:
Ray Ozzie
2016-03-26 12:19:19 -04:00
parent 79d83d003e
commit a1620c84da
2 changed files with 4 additions and 10 deletions

View File

@ -3,6 +3,9 @@ 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.)