lobaro / restic-backup-docker

A docker container to automate backups with restic
Apache License 2.0
331 stars 114 forks source link

Reduce layer count in Docker image: #26

Closed crast closed 4 years ago

crast commented 5 years ago
Cobrijani commented 5 years ago

ENV variables are not making additional layers. https://docs.docker.com/develop/develop-images/dockerfile_best-practices/

niondir commented 4 years ago

Reducing the layers is good anyway. Since merging the ENV lines should not have any side effects we can leave it for now.