ChristBASHTree/Dockerfile

6 lines
156 B
Text
Raw Normal View History

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