mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-30 13:42:29 -05:00
feat: add debian-based docker image (#7414)
Signed-off-by: Simon Smith <simonsmith5521@gmail.com> Signed-off-by: si458 <simonsmith5521@gmail.com> Co-authored-by: Daan Selen <dselen@systemec.nl> Co-authored-by: Simon Smith <simonsmith5521@gmail.com> Co-authored-by: TheDevRyan <175502913+The-Dev-Ryan@users.noreply.github.com>
This commit is contained in:
18
docker/01_nodoc
Normal file
18
docker/01_nodoc
Normal file
@@ -0,0 +1,18 @@
|
||||
# Exclude unneeded documentation files to save space
|
||||
|
||||
# Don't install package docs
|
||||
path-exclude=/usr/share/doc/*
|
||||
path-include=/usr/share/doc/*/copyright
|
||||
|
||||
# Don't install man pages
|
||||
path-exclude=/usr/share/man/*
|
||||
|
||||
# Don't install localized man pages
|
||||
path-exclude=/usr/share/locale/*
|
||||
|
||||
# Optional: exclude info pages
|
||||
path-exclude=/usr/share/info/*
|
||||
|
||||
# Optional: exclude lintian and other package data
|
||||
path-exclude=/usr/share/lintian/*
|
||||
path-exclude=/usr/share/linda/*
|
||||
Reference in New Issue
Block a user