|
|
|
|
|
by zenlikethat
3201 days ago
|
|
> In addition to the "minimalist" aspect, this image seems to offer better practices on a security level than official Debian images I'm skeptical about this claim. Almost every image built from the Debian official image begins with `apt-get update` before you can actually install anything, which means you will almost always have the latest packages at the time of building. |
|
If you have significant work to do on an image a Dockerfile can often be far more complex than this method.