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.
Yeah, this would probably make sense (although I think it is mostly cosmetic -- we haven't seen any issues with the commands we run after that needing their working directory to exist).
Hi,
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.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.
The text was updated successfully, but these errors were encountered: