Dockerfile
works now, we could layer the schemes and get more layer-friendly images I think. Back to the drawing board.
base
and tlmgr install scheme-minimal
layers, right?
base
, tlmgr install scheme-minimal
, and tlmgr update
layers.
base
image in what I drew.
Dockerfile
. We need a new Dockerfile.update
which basically does:ARG image
FROM $image
RUN tlmgr update --self --all --reinstall-previously-removed
tree
images but get historical schemes.