commit
4d45f25353
1 changed files with 5 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM alpine:latest
|
||||
COPY tree-EN.sh /tree-EN.sh
|
||||
RUN apk add --update ncurses bash
|
||||
ENV TERM=xterm-256color
|
||||
CMD ["bash","/tree-EN.sh"]
|
Loading…
Reference in a new issue