Update Dockerfile

This commit is contained in:
Kyle Carberry
2023-09-27 08:11:45 -05:00
committed by GitHub
parent 83ca802d35
commit 9068666f06

View File

@@ -1,7 +1,7 @@
FROM ubuntu
RUN apt-get update
RUN apt-get install vim sudo -y
RUN apt-get install vim sudo curl -y
RUN useradd -m -s /bin/bash -G sudo coder
USER coder