Docker treats quotes literally in env-file

see: https://github.com/moby/moby/issues/11443#issuecomment-99198051
This commit is contained in:
Andrew Bauer 2018-02-21 17:15:18 -06:00 committed by GitHub
parent 8ef0386db2
commit 075f8d461c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
DEB_BUILD_OPTIONS="parallel=4"
DEBUILD_LINTIAN="no"
DEB_BUILD_OPTIONS=parallel=4
DEBUILD_LINTIAN=no