ENV [key=value...] or BUILD ENV [key...]
The ENV instruction persistently sets environment variables in this Layerfile
Examples
ENV PATH=$GOPATH/bin:$PATHadds$GOPATH/binto the existing path.ENV CI=hellosets the variable$CIto the valuehello.