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

View File

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