aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorMatthew Lemon <chaffinach+git@protonmail.ch>2022-01-13 12:09:30 +0000
committerMatthew Lemon <chaffinach+git@protonmail.ch>2022-01-13 12:09:30 +0000
commit3d83a60a592825fa615305e51b2f1ef1708a2b81 (patch)
tree449fde4e2d5ecdc4477b1833e7dd9c2e19153200 /Dockerfile
parentbe52f4d6b969bbbf25234fd88f5d3e1cf3649ab4 (diff)
added Dockerfile
Diffstat (limited to '')
-rw-r--r--Dockerfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..0824b15
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,7 @@
+FROM ubuntu
+RUN apt-get -y update
+RUN apt-get -y upgrade
+RUN apt-get -y install vim git tmux
+RUN useradd -ms /bin/bash lemon
+USER lemon
+WORKDIR /home/lemon/code/bash