aos/.devcontainer/Dockerfile

5 lines
115 B
Docker

FROM achreto/barrelfish-aos:20.04-lts
RUN apt update && apt install -y vim
RUN adduser vscode --disabled-password