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
When removing /usr/src/python the current working directory is also the directory being removed. This causes subsequent commands to complain about not being able to locate the current working directory.
Hi,
When removing
/usr/src/pythonthe current working directory is also the directory being removed. This causes subsequent commands to complain about not being able to locate the current working directory.python/3.8/buster/slim/Dockerfile
Lines 75 to 76 in 6e97890
As a potential fix, changing the current working directory to / would prevent these warnings :
I guess this is mostly a cosmetic change but I'm not sure if the warnings could cause problems with the commands after.