summaryrefslogtreecommitdiff
path: root/Containerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Containerfile')
-rw-r--r--Containerfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Containerfile b/Containerfile
index b7aaf9c..6f64687 100644
--- a/Containerfile
+++ b/Containerfile
@@ -1,3 +1,6 @@
FROM debian
-RUN echo "test!" \ No newline at end of file
+RUN echo "test!"
+
+RUN apt-get update & \
+ apt-get install -y htop