Reduce the container image

This commit is contained in:
Eduardo Minguez 2017-12-19 10:59:16 +01:00
parent 2dc970acd2
commit 65589778db
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
FROM fedora:latest
FROM alpine:latest
COPY tree-EN.sh /tree-EN.sh
RUN apk add --update ncurses bash
ENV TERM=xterm-256color
CMD ["/tree-EN.sh"]
CMD ["bash","/tree-EN.sh"]