mirror of
https://github.com/bcicen/ctop.git
synced 2026-01-21 05:36:42 +08:00
add TERM env var to Dockerfile
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user