ChristBASHTree/Dockerfile

5 lines
91 B
Docker
Raw Normal View History

2017-12-19 09:52:17 +00:00
FROM fedora:latest
COPY tree-EN.sh /tree-EN.sh
ENV TERM=xterm-256color
CMD ["/tree-EN.sh"]