Exclude apt lists and packages

This commit is contained in:
jalr 2019-05-29 21:47:03 +02:00
parent 0097e0a85b
commit 686147685f

View file

@ -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"
]
},