I'm using a Dockerfile
to build my image and I have a command in there that says:
RUN sysctl -w net.ipv4.route.flush=1
but it fails to build the image with the following error:
Step 20 : RUN sysctl -w net.ipv4.route.flush=1
---> Running in 4d7302b56c53
sysctl: setting key "net.ipv4.route.flush": Read-only file system