From 6c64774c8c179bcef05bb22b0ae9ccdddbbe3143 Mon Sep 17 00:00:00 2001 From: Ray Ozzie Date: Fri, 22 Apr 2016 13:30:23 -0400 Subject: [PATCH] test --- Dockerfile.template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile.template b/Dockerfile.template index 47a84a7..bdaa938 100644 --- a/Dockerfile.template +++ b/Dockerfile.template @@ -4,10 +4,8 @@ FROM resin/%%RESIN_MACHINE_NAME%%-buildpack-deps ENV INITSYSTEM on # Make the hardware type available as a runtime env var -run sh -c env ENV RESIN_ARCH %%RESIN_ARCH%% -env RESIN_MACHINE_NAME %%RESIN_MACHINE_NAME%% -run sh -c env +ENV RESIN_MACHINE_NAME %%RESIN_MACHINE_NAME%% # Version number of gateway software. # (Incrementing this simply forces Docker to flush its cache