We should create a code action that matches on `LegacyKeyValueFormat` and converts the second line from `ENV a b` to `ENV a=b`. ```Dockerfile FROM alpine ENV a b ```