1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-04-27 22:25:40 +02:00

update htop

Signed-off-by: Jess Frazelle <jess@mesosphere.com>
This commit is contained in:
Jess Frazelle 2016-05-13 15:09:10 -07:00
parent 0cfaba646c
commit 16293abc90
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

@ -7,8 +7,7 @@
FROM alpine:latest FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apk update && apk add \ RUN apk --no-cache add \
htop \ htop
&& rm -rf /var/cache/apk/*
CMD [ "htop" ] CMD [ "htop" ]