diff --git a/Dockerfile b/Dockerfile index e4b5bdf..f1d2b87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]