aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorMatthew Lemon <chaffinach+git@protonmail.ch>2022-01-13 14:27:33 +0000
committerMatthew Lemon <chaffinach+git@protonmail.ch>2022-01-13 14:27:33 +0000
commitd4ea47ad7e979e4280eecbe947b729c6b9ac65bc (patch)
tree48eeeab8e9bba3bb9c8e1ec76b5d4dcaadea9d49 /Dockerfile
parent3d83a60a592825fa615305e51b2f1ef1708a2b81 (diff)
amended Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index 0824b15..87d895e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,5 @@
FROM ubuntu
-RUN apt-get -y update
-RUN apt-get -y upgrade
-RUN apt-get -y install vim git tmux
+RUN apt-get -y update && apt-get -y upgrade && apt-get -y install vim git tmux
RUN useradd -ms /bin/bash lemon
USER lemon
WORKDIR /home/lemon/code/bash