From 075f8d461c08d9360f5b277971f8057816f77aeb Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Wed, 21 Feb 2018 17:15:18 -0600 Subject: [PATCH] Docker treats quotes literally in env-file see: https://github.com/moby/moby/issues/11443#issuecomment-99198051 --- utils/packpack/environment | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/packpack/environment b/utils/packpack/environment index 4c8305d6f..64ed12781 100644 --- a/utils/packpack/environment +++ b/utils/packpack/environment @@ -1,3 +1,3 @@ -DEB_BUILD_OPTIONS="parallel=4" -DEBUILD_LINTIAN="no" +DEB_BUILD_OPTIONS=parallel=4 +DEBUILD_LINTIAN=no