Merge pull request #3 from e-minguez/master

Added dockerfile
This commit is contained in:
Sergio Lepore 2018-01-13 00:36:39 -03:00 committed by GitHub
commit 4d45f25353
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
Dockerfile Normal file
View 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"]