chore(.devcontainer/Dockerfile): add docker

This commit is contained in:
Cian Johnston
2024-08-21 13:12:31 +01:00
committed by GitHub
parent 9068666f06
commit b2c5a18d6d

View File

@@ -1,7 +1,7 @@
FROM ubuntu FROM ubuntu
RUN apt-get update 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 RUN useradd -m -s /bin/bash -G sudo coder
USER coder USER coder