summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Containerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Containerfile b/Containerfile
index 6f64687..762f0e6 100644
--- a/Containerfile
+++ b/Containerfile
@@ -2,5 +2,5 @@ FROM debian
RUN echo "test!"
-RUN apt-get update & \
+RUN apt-get update && \
apt-get install -y htop