You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update packages in docker image; supress pip warning; improve cache
use apk to update packages in image to get security fixes
pip warns when run as root. In a dcker environment this can be ignored
as the entire image is effectively a venv.
Move inclusion of specific pip packages lower in the build procedure
so we can cache all prior layers. Including it earlier resulted in
layers that could be cached being invalidated.
0 commit comments