aos/.devcontainer/Dockerfile
2022-05-04 15:42:49 +00:00

5 lines
130 B
Docker

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