Added easy support for Spanish version in docker environment
This commit is contained in:
parent
bfea545af6
commit
6d465d8ae8
3 changed files with 14 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
FROM alpine:latest
|
||||
COPY tree-EN.sh /tree-EN.sh
|
||||
COPY tree-EN.sh tree-ES.sh tree-ENV_LANG.sh /
|
||||
RUN apk add --update ncurses bash
|
||||
ENV TERM=xterm-256color
|
||||
CMD ["bash","/tree-EN.sh"]
|
||||
CMD ["bash","/tree-ENV_LANG.sh"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue