@@ -167,6 +167,9 @@ copy-tar() {
$(awk '
toupper($1) == "COPY" || toupper($1) == "ADD" {
for (i = 2; i < NF; i++) {
+ if ($i ~ /^--from=/) {
+ next
+ }
if ($i !~ /^--chown=/) {
print $i
}