Exclude apt lists and packages
This commit is contained in:
parent
0097e0a85b
commit
686147685f
1 changed files with 2 additions and 0 deletions
|
|
@ -102,6 +102,8 @@
|
|||
"echo '/etc/hostname' >> /tmp/ignore_files",
|
||||
"echo '/etc/hosts' >> /tmp/ignore_files",
|
||||
"echo '/var/lib/docker' >> /tmp/ignore_files",
|
||||
"echo '/var/cache/apt/archives' >> /tmp/ignore_files",
|
||||
"echo '/var/lib/apt' >> /tmp/ignore_files",
|
||||
"mkdir -p /tmp/extra/tmp /tmp/extra/proc /tmp/extra/sys"
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue