Reduce the container image
This commit is contained in:
parent
2dc970acd2
commit
65589778db
1 changed files with 3 additions and 2 deletions
|
@ -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"]
|
||||||
|
|
Loading…
Reference in a new issue