Added dockerfile
This commit is contained in:
parent
93b6606e45
commit
2dc970acd2
1 changed files with 4 additions and 0 deletions
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
FROM fedora:latest
|
||||||
|
COPY tree-EN.sh /tree-EN.sh
|
||||||
|
ENV TERM=xterm-256color
|
||||||
|
CMD ["/tree-EN.sh"]
|
Loading…
Reference in a new issue