♻️ Refactor Dockerfile to leverage BuildKit parallelism

This commit is contained in:
Jérôme Petazzoni
2021-11-13 01:07:07 +01:00
parent c6efedad6d
commit d20887bbd5
2 changed files with 106 additions and 56 deletions

View File

@@ -54,3 +54,5 @@ export HISTFILESIZE=9999
shopt -s histappend
trap 'history -a' DEBUG
export HISTFILE=~/.history
trap exit TERM