Rename a file on an Docker Image

AFAIK the best and most standard way to modify a Docker image is to use a Dockerfile and “docker build”.
Can’t you write “RUN mv …” line in a Dockerfile, or don’t you have a mv command in the image?