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
Should we be using apt-get clean in the RUN lines that call apt-get update && apt-get install to avoid unnecessary image space? not sure how large those files are.
Should we be using
apt-get cleanin the RUN lines that callapt-get update && apt-get installto avoid unnecessary image space? not sure how large those files are.