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
Remove extraneous 'cd -' before attempting to remove source trees
Remove extraneous 'cd -' which prevented compiled source code
being removed.
'cd -' undid the effect of the previous 'cd', which was 'cd ..'
which undid the effect of the previous 'cd "luarocks-${LUAROCKS_VER}"'
The end result is that the rm commands to remove source trees after
compilation executed from within the luarocks source tree, removing
nothing.
Run the 'rm -rf's from the correct place and shrink the image by
around 20%
0 commit comments