test
This commit is contained in:
parent
489faa8e44
commit
48625a8a21
@ -4,9 +4,9 @@ FROM resin/raspberrypi-buildpack-deps
|
|||||||
ENV INITSYSTEM on
|
ENV INITSYSTEM on
|
||||||
|
|
||||||
# Make the hardware type available as a runtime env var
|
# Make the hardware type available as a runtime env var
|
||||||
run sh env
|
run sh -c env
|
||||||
ENV RESIN_ARCHITECTURE $RESIN_ARCH
|
ENV RESIN_ARCHITECTURE $RESIN_ARCH
|
||||||
run sh env
|
run sh -c env
|
||||||
|
|
||||||
# Version number of gateway software.
|
# Version number of gateway software.
|
||||||
# (Incrementing this simply forces Docker to flush its cache
|
# (Incrementing this simply forces Docker to flush its cache
|
||||||
|
Loading…
Reference in New Issue
Block a user