From 689e045b9c322af39eac3e43e712ebe962f7e7bf Mon Sep 17 00:00:00 2001 From: Sparchatus Date: Wed, 4 May 2022 15:42:49 +0000 Subject: [PATCH] Add python venv to docker image --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 0a74511..90f90bd 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,5 +1,5 @@ FROM achreto/barrelfish-aos:20.04-lts -RUN apt update && apt install -y vim +RUN apt update && apt install -y vim python3.8-venv RUN adduser vscode --disabled-password \ No newline at end of file