mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +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/
|
mv -v ctop /go/bin/
|
||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
|
ENV TERM=linux
|
||||||
COPY --from=0 /go/bin/ctop /ctop
|
COPY --from=0 /go/bin/ctop /ctop
|
||||||
ENTRYPOINT ["/ctop"]
|
ENTRYPOINT ["/ctop"]
|
||||||
|
|||||||
Reference in New Issue
Block a user