FROM 내에서 중복된 스테이지 이름을 보고합니다... AS stage-name 명령어.

예:


  # 아래의 명령어는 실패합니다
  FROM ubuntu:latest AS stage1
  FROM ubuntu:latest AS stage1