Reduce the container image

This commit is contained in:
Eduardo Minguez 2017-12-19 10:59:16 +01:00
parent 2dc970acd2
commit 65589778db

View file

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