Viacheslav Osadchiy
Results
3
comments of
Viacheslav Osadchiy
Same issue here, downgrading to 3.39.12 resolved this problem.
Can someone please explain how to edit this file? Or maybe there is updated docker image?
Okay, I figured it out: `docker ps` - get your container ID ``` sudo docker exec -it CONTAINER_ID /bin/bash apt-get update apt-get install nano nano run.sh ``` After that add...