4 lines
81 B
Plaintext
4 lines
81 B
Plaintext
|
FROM ubuntu:latest
|
||
|
RUN echo $PATH
|
||
|
ENV PATH="$PATH:/etc/profile"
|
||
|
RUN echo $PATH
|