RUN if [ "$AUTH_MS_PROFILE" = "test" ]; then RUN ["mvn", "verify"]; fi
so, the case is am trying to have two images for prod and test since I don't need to run integration test @ prod so, am using build-arg to set dev and test profile I need to have an if loop if the input is test it should test else it shouldn't