mirror of
https://github.com/bcicen/ctop.git
synced 2024-08-30 18:23:19 +00:00
add TERM env var to Dockerfile
This commit is contained in:
parent
a2c08d312e
commit
b83402b886
@ -12,5 +12,6 @@ RUN make build && \
|
||||
mv -v ctop /go/bin/
|
||||
|
||||
FROM scratch
|
||||
ENV TERM=linux
|
||||
COPY --from=0 /go/bin/ctop /ctop
|
||||
ENTRYPOINT ["/ctop"]
|
||||
|
Loading…
Reference in New Issue
Block a user