-
Notifications
You must be signed in to change notification settings - Fork 425
DL3024
José Lorenzo Rodríguez edited this page Feb 4, 2018
·
1 revision
FROM debian:jesse as build
RUN stuff
FROM debian:jesse as build
RUN more_stuff
FROM debian:jesse as build
RUN stuff
FROM debian:jesse as another-alias
RUN more_stuff
Defining duplicate stage names results in an error.