ChristBASHTree/Dockerfile

6 lines
156 B
Text
Raw Normal View History

2017-12-19 09:59:16 +00:00
FROM alpine:latest
COPY tree-EN.sh tree-ES.sh tree-ENV_LANG.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
CMD ["bash","/tree-ENV_LANG.sh"]