7 lines
83 B
Bash
7 lines
83 B
Bash
|
|
||
|
FROM sl7.coriolis
|
||
|
|
||
|
COPY root/dot.bashrc /root/.bashrc
|
||
|
|
||
|
CMD [ "/bin/bash", "-i" ]
|