dls-controls / dev-c7

A container for running the DLS Controls RHEL7 developer environment on a RHEL8 workstation
Apache License 2.0
0 stars 2 forks source link

change timezone #54

Closed ronaldomercado closed 2 years ago

ronaldomercado commented 2 years ago

This fixes issue #30

gilesknap commented 2 years ago

I'm going to create a new rule I'm afraid.

Unless there is a good reason not to. Please add all changes to the end of the Dockerfile.

This means we just add an extra layer and save on diskspace. (I need to add this to contributing)

Thanks,

ronaldomercado commented 2 years ago

Ok. I have moved the "run" line to the end of the Docker file. Where are we using more diskspace if we use the other ordering? Thanks

gilesknap commented 2 years ago

Thanks!

Its to do with the way layered filesystems in the container image work. https://vsupalov.com/docker-image-layers/