I have a docker file which I usually build with the following command.
docker build -t foobar --add-host head:127.0.0.1 .
When i try to write it in do