mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
Enable DOCKER_BUILDKIT
It just seems better without any major disadvantages.
This commit is contained in:
parent
e3c67ae229
commit
54a60d8dab
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ EOF
|
|||
|
||||
DOCKER_EXTRA_ARGS=""
|
||||
|
||||
export DOCKER_BUILDKIT=1
|
||||
|
||||
# Exit on failure.
|
||||
set -e
|
||||
|
||||
|
|
Loading…
Reference in a new issue