A Dockerfile must start with the importation of a docker base image. It is only after this point that `LABEL` be provided. Having `LABEL` at the top of the Dockerfiles resulted in the Docker images failing to build.
A Dockerfile must start with the importation of a docker base image. It is only after this point that `LABEL` be provided. Having `LABEL` at the top of the Dockerfiles resulted in the Docker images failing to build.