freeipa / ipa-tuura

GNU General Public License v3.0
9 stars 11 forks source link

Reduce number of layers in Containerfile #104

Closed antoniotorresm closed 5 months ago

antoniotorresm commented 6 months ago

Reduce number of layers in Containerfile by combining RUN, LABEL and ENV statements. This will speed up the building process and reduce the image size.

Resolves: #87