ChristBASHTree/Dockerfile

6 lines
132 B
Docker
Raw Permalink Normal View History

2017-12-19 09:59:16 +00:00
FROM alpine:latest
2017-12-19 09:52:17 +00:00
COPY tree-EN.sh /tree-EN.sh
2017-12-19 09:59:16 +00:00
RUN apk add --update ncurses bash
2017-12-19 09:52:17 +00:00
ENV TERM=xterm-256color
2017-12-19 09:59:16 +00:00
CMD ["bash","/tree-EN.sh"]