FROM ... AS stage-name コマンドの重複したステージ名を報告します。
FROM ... AS stage-name
例:
# 以下のコマンドは失敗します FROM ubuntu:latest AS stage1 FROM ubuntu:latest AS stage1