Skip to content

Commit

Permalink
add TERM env var to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bcicen committed Jun 28, 2018
1 parent a2c08d3 commit b83402b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit b83402b

Please sign in to comment.