mirror of
https://github.com/coder/envbuilder-starter-devcontainer.git
synced 2026-01-12 07:49:12 +00:00
chore(.devcontainer/Dockerfile): add docker
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM ubuntu
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install vim sudo curl -y
|
||||
RUN apt-get install vim sudo curl docker.io -y
|
||||
|
||||
RUN useradd -m -s /bin/bash -G sudo coder
|
||||
USER coder
|
||||
|
||||
Reference in New Issue
Block a user