diff options
author | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-01-13 14:27:33 +0000 |
---|---|---|
committer | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-01-13 14:27:33 +0000 |
commit | d4ea47ad7e979e4280eecbe947b729c6b9ac65bc (patch) | |
tree | 48eeeab8e9bba3bb9c8e1ec76b5d4dcaadea9d49 /Dockerfile | |
parent | 3d83a60a592825fa615305e51b2f1ef1708a2b81 (diff) |
amended Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |