diff --git a/.bashrc b/.bashrc index 11a153cb7164e871657eaa5dbd2dc5c3cf86713d..f068bbc6d2891c2d03db4fda34cffa5aa72b37fd 100644 --- a/.bashrc +++ b/.bashrc @@ -51,6 +51,8 @@ export LESS_TERMCAP_se=$'\E[0m' export LESS_TERMCAP_us=$'\E[01;32m' export LESS_TERMCAP_ue=$'\E[0m' export HELM_HOME="$HOME/.helm" +export DOCKER_BUILDKIT=1 +export COMPOSE_DOCKER_CLI_BUILD=1 alias ll='ls -lha' alias la='ls -AF'