mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
Disable buildkit
This commit is contained in:
parent
9ea1f4a23f
commit
3a94220fb6
1 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,8 @@ IFS=$'\n\t'
|
|||
# This variable is set inside the script itself rather than in something like
|
||||
# the CI config to have a consistent experience when this script is run
|
||||
# locally.
|
||||
export DOCKER_BUILDKIT=1
|
||||
#export DOCKER_BUILDKIT=1
|
||||
docker version
|
||||
|
||||
WORK_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
|
||||
REPO_ROOT="$(dirname "$(dirname "${WORK_DIR}")")"
|
||||
|
|
|
|||
Loading…
Reference in a new issue