mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 01:55:29 +02:00
ci: enhance build process (#2755)
This new script is a clean way of handling the installation of packages. I think the huge `RUN` command in `Dockerfile` was hard to read and maintain. Using a script is a non-issue, as the image is rebuilt whenever the script is touched. Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
This commit is contained in:
parent
2efb40bb17
commit
32c508aa2a
5 changed files with 129 additions and 64 deletions
|
@ -1,9 +1,4 @@
|
|||
ignored:
|
||||
- DL3005
|
||||
- DL3008
|
||||
- DL3015
|
||||
- DL3005
|
||||
|
||||
ignored: [DL3008]
|
||||
trustedRegistries:
|
||||
- docker.io
|
||||
- quay.io
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue