6 lines
168 B
Text
6 lines
168 B
Text
|
FROM scratch
|
||
|
ENV PATH="/this/path/does/not/exists/anywhere:/this/either"
|
||
|
ENV SOME_RANDOM_VAR=""
|
||
|
ENV ANOTHER_ONE="BUT_I_HAVE_VALUE"
|
||
|
ENV CONFLICT_VAR="I_EXIST_ONLY_HERE"
|