RUN executes any commands in a new layer on top of the current image and commits the results
There are two ways to specify a RUN: the exec form
RUN ["executable", "param1", "param2"]
RUN command param1 param2