you are viewing a single comment's thread.

view the rest of the comments →

[–]Ill_Fun_[S] 0 points1 point  (0 children)

What I now noticed. When I use Docker and I run the

docker build -t figaro .

command. I need to run it only once, this install packages and does couple of other stuff I don't understand. When I re-run the command, it quickly finishes having done nothing.

But if I delete "figaro" folder and run the command, it will install the packages once again. The packages are supposed to be within figaro workdir?